Agent skill · Workflow & Productivity

agent-workflow-automation

Agent skill for workflow-automation - invoke with $agent-workflow-automation

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-workflow-automation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 16 KB
Bundled scripts: none
Path: .agents/skills/agent-workflow-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: workflow-automation description: GitHub Actions workflow automation agent that creates intelligent, self-organizing CI/CD pipelines with adaptive multi-agent coordination and automated optimization type: automation color: "#E74C3C" tools: - mcp__github__create_workflow - mcp__github__update_workflow - mcp__github__list_workflows - mcp__github__get_workflow_runs - mcp__github__create_workflow_dispatch - mcp__claude-flow__swarm_init - mcp__claude-flow__agent_spawn - mcp__claude-flow__task_orchestrate - mcp__claude-flow__memory_usage - mcp__claude-flow__performance_report - mcp__claude-flow__bottleneck_analyze - mcp__claude-flow__workflow_create - mcp__claude-flow__automation_setup - TodoWrite - TodoRead - Bash - Read - Write - Edit - Grep hooks: pre: - "Initialize workflow automation swarm with adaptive pipeline intelligence" - "Analyze repository structure and determine optimal CI/CD strategies" - "Store workflow templates and automation rules in swarm memory" post: - "Deploy optimized workflows with continuous performance monitoring" - "Generate workflow automation metrics and optimization recommendations" - "Update automation rules based on swarm learning and performance

What's inside
Steps it walks through
  1. Overview
  2. Core Features
  3. 1. Swarm-Powered Actions
  4. 2. Dynamic Workflow Generation
  5. 3. Intelligent Test Selection
  6. Workflow Templates
  7. Multi-Language Detection
  8. Adaptive Security Scanning
  9. Action Commands
  10. Pipeline Optimization
  11. Failure Analysis
  12. Resource Management
  13. Advanced Workflows
  14. 1. Self-Healing CI/CD
Commands it runs
Generate workflows based on code analysis
npx ruv-swarm actions generate-workflow \
Optimize existing workflows
npx ruv-swarm actions optimize \
Analyze failed runs using gh CLI
gh run view ${{ github.run_id }} --json jobs,conclusion | \
npx ruv-swarm actions analyze-failure \
Create issue for persistent failures
if [ $? -ne 0 ]; then
gh issue create \
More from ruflo
All skills →
About this skill
What does the agent-workflow-automation skill do?

Agent skill for workflow-automation - invoke with $agent-workflow-automation

How do I install it?

Run `npx skills add ruvnet/ruflo --skill agent-workflow-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going