What problem does it solve? Teams often struggle with inconsistent commit messages, disorganized branching, and backlogs of unresolved GitHub issues. This Skill enforces a disciplined Git workflow and can autonomously drain open issues using a worker swarm. ## Core Features & Use Cases - Branching Standards: Enforces naming conventions like feature/wave-XX-[name] and fix/[ticket-id]-[name], always branching from the latest main. - Conventional Commits: Generates commit messages following the Conventional Commits standard (feat:, fix:, docs:, chore:, refactor:) scoped to Waves or components. - Autonomous Issue Drainer: Runs scripts/orchestrator/issue-drainer.py with the GitHub CLI to spawn worker agents that branch, code, test, and commit fixes for each open issue. - Use Case: Ask the agent to "drain the backlog" and it queries the GitHub API, dispatches workers per issue, and reports when the swarm completes. ## Quick Start Ask the agent to review the current changes with git status and commit them using a conventional commit message on a new feature branch.