What problem does it solve?
It helps you move a GitHub issue from filed status to an open pull request ready for human review by planning changes first and then implementing them on a feature branch.
Core Features & Use Cases
- Two-phase workflow with review gate: Research and generate a plan, stop for user approval, then implement in a second run.
- Issue-aware branching and PR setup: Creates a branch following the prescribed
<type>/issue-<N>-<slug> pattern and opens a PR that includes the correct “Closes #<N>” line.
- Codebase research tailored to the issue: Reads referenced files, explores relevant callers/callees, checks related tests, and aligns the approach with the Dojo repo’s documented “Recipes” when applicable.
- Version bump support (when release docs exist): If
docs/RELEASING.md is present, performs the required semver bump and changelog updates including agent prompt notes.
Quick Start
Run the solve-issue skill for a specific GitHub issue number or URL, review the generated plan.md, then run the same skill again to implement and open the PR.