agent-workflow-automation
Agent skill for workflow-automation - invoke with $agent-workflow-automation
npx skills add ruvnet/ruflo --skill agent-workflow-automation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- 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
- Overview
- Core Features
- 1. Swarm-Powered Actions
- 2. Dynamic Workflow Generation
- 3. Intelligent Test Selection
- Workflow Templates
- Multi-Language Detection
- Adaptive Security Scanning
- Action Commands
- Pipeline Optimization
- Failure Analysis
- Resource Management
- Advanced Workflows
- 1. Self-Healing CI/CD
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 \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.