What problem does it solve?
This Skill automates the repetitive and error-prone parts of turning a tracked issue into a validated code change and pull request, eliminating manual branch management, local test orchestration, and PR creation while enforcing project branch and review policies.
Core Features & Use Cases
- Issue claiming and tracking: read Issue content, update project status to In Progress, and publish a standardized claim comment for cross-session visibility.
- Branching and worktree management: create feature or chore branches from origin main, protect the dev/main-agent snapshot branch, and follow strict branch naming and lifecycle rules.
- Implementation and Vibe Check: implement changes guided by SRD/API specs, run local unit tests, handle flaky or unrelated failures, and only proceed to push when Vibe Check passes.
- PR automation and reporting: push branches, create PRs with required body and reviewer, include Closes #N when applicable, and publish a Vibe Check report with PR link.
- Collaboration and safety: manage Sub Agent isolation, coordinate via Issue and PR comments, propose worktree/branch cleanup lists for developer confirmation, and optionally send Telegram notifications for key events.
- Use Cases: end-to-end feature delivery for a claimed Issue, quick chore fixes during integration testing, and automated fixes discovered during code review workflows.
Quick Start
Ask the AI to claim issue #123 from the Projects board, implement the task end-to-end, run Vibe Check, and open a PR with the test results and link.