What problem does it solve?
Automates the end-to-end implementation of a single issue by generating a GitHub Issue and a linked pull request that closes the issue with a Closes #N statement.
This skill applies to sprint workflows where every issue maps to a PR, including creating issue content, the PR body, and linking with the registry.
It requires gh authentication, reads/writes to registry files (issues.md and STATUS.md), manages worktrees, and follows the checkpoint-driven workflow with tests.
Core Features & Use Cases
- Auto-create GitHub Issue and PR for a given issue number and link with Closes #N.
- Update sprint registry files (issues.md, STATUS.md) and manage git worktrees as part of the workflow.
- Use case: manage end-to-end implementation of a single issue from planning to PR merge within a sprint lifecycle.
Quick Start
Provide the target issue number and run the implement skill to generate a linked GitHub Issue and PR that closes the issue.