What problem does it solve?
This Skill turns a GitHub ticket into a finished, reviewable change by guiding the full implementation workflow from reading the issue to opening the pull request. It helps avoid missed subtasks, inconsistent status updates, and incomplete handoffs in project-board-driven development.
Core Features & Use Cases
- End-to-End Ticket Execution: Reads the parent issue, extracts objectives, acceptance criteria, and sub-items, then works through the implementation in order.
- Project Board Coordination: Updates GitHub Project item status for the parent issue and sub-issues so progress stays synchronized with the board.
- Commit and PR Discipline: Creates a branch, commits per sub-item, links work to the correct issue, and opens a single PR for review.
- Use Case: A developer assigns an issue from a GitHub Projects board and wants the assistant to carry it through implementation, status tracking, and PR creation without losing traceability.
Quick Start
Ask the assistant to implement a specific GitHub issue or project ticket end-to-end and provide the issue number or URL.