
Workflow Automation
- 1.2k installs
- 67k repo stars
- Updated August 4, 2026
- ruvnet/ruflo
workflow-automation provides documented workflows for >
About
The workflow-automation skill > # 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 ```bash npx claude-flow workflow create --name "deploy-flow" --template ci ``` ### Execute Workflow ```bash npx claude-flow workflow execute --name "deploy-flow" --env production ``` ### List Workflows ```bash npx claude-flow workflow list ``` ### Export Template ```bash npx claude-flow workflow export --name "deploy-flow" --format yaml ``` ### View Status ```bash 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 ```yaml name: example-workflow steps: - name: analyze agent: researcher task: "Analyze requirements" - name: implement agent: coder depends: [analyze] task: "Implement solution" - name: tes.
- Multi-step automated processes
- Reusable workflow creation
- Complex task orchestration
- CI/CD pipeline setup
- Define clear step dependencies
Workflow Automation by the numbers
- 1,213 all-time installs (skills.sh)
- +3 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #256 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
workflow-automation capabilities & compatibility
- Capabilities
- multi step automated processes · reusable workflow creation · complex task orchestration · ci/cd pipeline setup · define clear step dependencies
- Use cases
- documentation
What workflow-automation says it does
# Workflow Automation Skill ## Purpose Create and execute automated workflows for complex multi-step processes.
Use appropriate agent types per step 3.
npx skills add https://github.com/ruvnet/ruflo --skill workflow-automationAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.2k |
|---|---|
| repo stars | ★ 67k |
| Security audit | 2 / 3 scanners passed |
| Last updated | August 4, 2026 |
| Repository | ruvnet/ruflo ↗ |
How do I use workflow-automation for the task described in its SKILL.md triggers?
>
Who is it for?
Teams invoking workflow-automation when the user request matches documented triggers and prerequisites.
Skip if: Skip when cached docs are missing, the request is a negative trigger, or another sibling skill owns the workflow.
When should I use this skill?
>
What you get
Step-by-step guidance grounded in workflow-automation documentation and reference files.
- Named workflow template
- Executed multi-step pipeline run
Files
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 ciExecute Workflow
npx claude-flow workflow execute --name "deploy-flow" --env productionList Workflows
npx claude-flow workflow listExport Template
npx claude-flow workflow export --name "deploy-flow" --format yamlView 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
1. Define clear step dependencies 2. Use appropriate agent types per step 3. Include validation gates 4. Export workflows for reuse
Related skills
Forks & variants (1)
Workflow Automation has 1 known copy in the catalog totaling 90 installs. They canonicalize to this original listing.
- ruvnet - 90 installs
How it compares
Pick workflow-automation over manual prompt chaining when multi-step agent runs must be saved as named claude-flow templates.
FAQ
What does workflow-automation do?
>
When should I use workflow-automation?
>
What are common prerequisites?
--- name: workflow-automation description: > Workflow creation, execution, and template management.
Is Workflow Automation safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.