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

Workflow Automation

  • 90 installs
  • 67k repo stars
  • Updated August 4, 2026
  • ruvnet/claude-flow

This is a copy of workflow-automation by ruvnet - installs and ranking accrue to the original listing.

Helps with automation & workflows tasks during AI-assisted development.

About

workflow-automation is a Claude Code skill for automation & workflows. It helps solo builders move faster with AI-assisted coding.

  • workflow-automation
  • Automation & Workflows
  • AI-coding skill

Workflow Automation by the numbers

  • 90 all-time installs (skills.sh)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ruvnet/claude-flow --skill workflow-automation

Add your badge

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

Listed on Skillselion
Installs90
repo stars67k
Last updatedAugust 4, 2026
Repositoryruvnet/claude-flow

What it does

Helps with automation & workflows tasks during AI-assisted development.

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

This week in AI coding

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

unsubscribe anytime.