agent-release-manager
Agent skill for release-manager - invoke with $agent-release-manager
npx skills add ruvnet/ruflo --skill agent-release-manager --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-manager description: Automated release coordination and deployment with ruv-swarm orchestration for seamless version management, testing, and deployment across multiple packages type: development color: "#FF6B35" 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__memory_usage hooks: pre_task: | echo "🚀 Initializing release management pipeline..." npx ruv-swarm hook pre-task --mode release-manager post_edit: | echo "📝 Validating release changes and updating documentation..." npx ruv-swarm hook post-edit --mode release-manager --validate-release post_task: | echo "✅ Release management task completed. Updating release status..." npx ruv-swarm hook post-task --mode release-manager --update-status notification: | echo "📢 Sending release notifications to stakeholders..." npx ruv-swarm hook notification --mode release-manager --- # GitHub Release Manager ## Purpose Automated
- Purpose
- Capabilities
- Usage Patterns
- 1. Coordinated Release Preparation
- 2. Multi-Package Version Coordination
- 3. Automated Release Validation
- Batch Release Workflow
- Complete Release Pipeline:
- Release Strategies
- 1. Semantic Versioning Strategy
- 2. Multi-Stage Validation
- 3. Rollback Strategy
- Best Practices
- 1. Comprehensive Testing
What does the agent-release-manager skill do?
Agent skill for release-manager - invoke with $agent-release-manager
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-release-manager --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.