What problem does it solve?
This Skill removes the friction of taking a GitHub issue from a user’s request all the way to a tested implementation, so development work can move from uncertainty to execution with less manual coordination.
Core Features & Use Cases
- Issue-driven planning: Reads a GitHub issue, assesses its complexity, and generates the right PRD template for the work.
- Task decomposition and execution: Parses the PRD into tasks, expands subtasks when needed, and iterates through implementation with validation.
- Developer workflow automation: Supports end-to-end work such as bug fixes, feature delivery, refactors, and code review follow-through.
- Use Case: A user shares a GitHub issue link and asks to implement it; this Skill organizes the plan, drives coding and testing, and prepares the branch for review.
Quick Start
Use the github-autopilot skill to take this GitHub issue from analysis through implementation, validation, and a final commit ready for review.