What problem does it solve?
Automates end-to-end handling of GitHub issues: selecting, implementing in a fresh worktree, validating changes, and delivering a ready PR without manual intervention.
Core Features & Use Cases
- End-to-end issue implementation in a new worktree, automatic build/test verification, PR generation with a structured description, guardrails to prevent conflicts and protect sensitive files.
- Use Case: A team wants issues from backlog/ready to be implemented and merged with minimal human involvement, ensuring traceability and reproducibility.
- Example: When a high-value backlog item is identified, the agent will create a dedicated worktree, apply changes, run tests, and open a PR.
Quick Start
Prompt the agent with /autodev to automatically pick the highest-value backlog issue and implement it end-to-end.