What problem does it solve?
This Skill streamlines the full ticket-to-PR lifecycle by enabling an agent to autonomously ingest a GitHub issue, research context, plan work, implement changes in a worktree, run tests, and open a draft pull request without repeated user intervention.
Core Features & Use Cases
- End-to-end automation: Ingest issue content, identify target repo and branch, and create a feature worktree for development.
- Specialist-driven research: Delegate targeted research to codebase, docs, web, and GitHub specialists to gather necessary context before planning.
- ** disciplined implementation and review**: Enforce incremental commits, run tests, perform self-review, and push a draft PR with a request for Copilot review.
- Use Case: Given a GitHub issue URL, run the full autonomous pipeline to deliver a tested feature and a draft PR linking the ticket.
Quick Start
Ask the agent to implement the provided GitHub issue URL autonomously and produce a draft pull request with test verification.