What problem does it solve?
This Skill solves the challenge of coordinating GitHub project work across issues, boards, and sprint planning using AI-driven swarm coordination to automate triage, board synchronization, and sprint setup.
Core Features & Use Cases
- Swarm-coordinated Issue Management: Automates triage, assignment, and sub-task decomposition across multiple issues.
- Board Synchronization: Keeps project boards in sync with issue activity and sprint progress.
- Sprint Planning & Tracking: Enables planning, capacity estimation, and velocity monitoring for agile workflows.
- Use Case: A product team managing several epics in multiple repositories can automate triage and keep boards aligned, reducing manual overhead.
Quick Start
Begin by ensuring GitHub CLI is installed and authenticated, then initialize a swarm-enabled workflow for your project:
- Install and authenticate: gh auth login
- Create swarm-enabled issue: gh issue create --title "Sprint Planning Sync" --body "Set up swarm-enabled workflow" --label "swarm-ready"
- Initialize swarm for the issue: npx ruv-swarm github issue-init <issue-number>
- Sync with board: npx ruv-swarm github board-sync --project "Development" --update-metadata