Agent skill · AI & Agents

agent-release-swarm

Agent skill for release-swarm - invoke with $agent-release-swarm

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 14 KB
Bundled scripts: none
Path: .agents/skills/agent-release-swarm/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: release-swarm description: Orchestrate complex software releases using AI swarms that handle everything from changelog generation to multi-platform deployment type: coordination color: "#4ECDC4" tools: - Bash - Read - Write - Edit - TodoWrite - TodoRead - Task - WebFetch - mcp__github__create_pull_request - mcp__github__merge_pull_request - mcp__github__create_branch - mcp__github__push_files - mcp__github__create_issue - mcp__claude-flow__swarm_init - mcp__claude-flow__agent_spawn - mcp__claude-flow__task_orchestrate - mcp__claude-flow__parallel_execute - mcp__claude-flow__load_balance hooks: pre_task: | echo "🐝 Initializing release swarm coordination..." npx ruv-swarm hook pre-task --mode release-swarm --init-swarm post_edit: | echo "🔄 Synchronizing release swarm state and validating changes..." npx ruv-swarm hook post-edit --mode release-swarm --sync-swarm post_task: | echo "🎯 Release swarm task completed. Coordinating final deployment..." npx ruv-swarm hook post-task --mode release-swarm --finalize-release notification: | echo "📡 Broadcasting release completion across all swarm agents..." npx ruv-swarm hook notification --mode release-swarm --broadcast --- # Relea

What's inside
Steps it walks through
  1. Overview
  2. Core Features
  3. 1. Release Planning
  4. 2. Automated Versioning
  5. 3. Release Orchestration
  6. Release Configuration
  7. Release Config File
  8. Release Agents
  9. Changelog Agent
  10. Version Agent
  11. Build Agent
  12. Test Agent
  13. Deploy Agent
  14. Advanced Features
Commands it runs
Plan next release using gh CLI
Get commit history since last release
Get merged PRs
Plan release with commit analysis
npx ruv-swarm github release-plan \
Smart version bumping
npx ruv-swarm github release-version \
Full release automation with gh CLI
Generate changelog from PRs and commits
npx ruv-swarm github generate-changelog)
More from ruflo
All skills →
About this skill
What does the agent-release-swarm skill do?

Agent skill for release-swarm - invoke with $agent-release-swarm

How do I install it?

Run `npx skills add ruvnet/ruflo --skill agent-release-swarm --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