Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ruvnet avatar

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)
At a glance

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
From the docs

What workflow-automation says it does

# Workflow Automation Skill ## Purpose Create and execute automated workflows for complex multi-step processes.
SKILL.md
Use appropriate agent types per step 3.
SKILL.md
npx skills add https://github.com/ruvnet/ruflo --skill workflow-automation

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.2k
repo stars67k
Security audit2 / 3 scanners passed
Last updatedAugust 4, 2026
Repositoryruvnet/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

SKILL.mdMarkdownGitHub ↗

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

TemplateDescription
ciContinuous integration pipeline
deployDeployment workflow
testTesting workflow
releaseRelease automation
reviewCode 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.

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.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.