agent-release-swarm
Agent skill for release-swarm - invoke with $agent-release-swarm
npx skills add ruvnet/ruflo --skill agent-release-swarm --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: 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
- Overview
- Core Features
- 1. Release Planning
- 2. Automated Versioning
- 3. Release Orchestration
- Release Configuration
- Release Config File
- Release Agents
- Changelog Agent
- Version Agent
- Build Agent
- Test Agent
- Deploy Agent
- Advanced Features
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)
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.