workflow-automation

Workflow Automation Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "workflow-automation" with this command: npx skills add ruvnet/claude-flow/ruvnet-claude-flow-workflow-automation

Workflow Automation Skill

Purpose

Create and execute automated workflows for complex multi-step processes.

When to Trigger

  • Multi-step automated processes

  • Reusable workflow creation

  • Complex task orchestration

  • CI/CD pipeline setup

Commands

Create Workflow

npx claude-flow workflow create --name "deploy-flow" --template ci

Execute Workflow

npx claude-flow workflow execute --name "deploy-flow" --env production

List Workflows

npx claude-flow workflow list

Export Template

npx claude-flow workflow export --name "deploy-flow" --format yaml

View Status

npx claude-flow workflow status --name "deploy-flow"

Built-in Templates

Template Description

ci

Continuous integration pipeline

deploy

Deployment workflow

test

Testing workflow

release

Release automation

review

Code review workflow

Workflow Structure

name: example-workflow steps:

  • name: analyze agent: researcher task: "Analyze requirements"
  • name: implement agent: coder depends: [analyze] task: "Implement solution"
  • name: test agent: tester depends: [implement] task: "Write and run tests"

Best Practices

  • Define clear step dependencies

  • Use appropriate agent types per step

  • Include validation gates

  • Export workflows for reuse

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

agent-trading-predictor

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agentic-jujutsu

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

hooks automation

No summary provided by upstream source.

Repository SourceNeeds Review