issue-to-pr-planner
SolidTakes a GitHub issue and produces a step-by-step implementation plan with file locations and code changes needed.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- Notysoty
- Repository
- Notysoty/openagentskills
- Created
- 6 months ago
- Last Updated
- 3 weeks ago
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
implement-issue
Turn an existing GitHub issue into a finished pull request — the actual coding. Use when an issue carries a `🛠️ Implementation plan` checklist and the user wants it BUILT: worktree, draft PR, task-by-task commits ticked on the live issue, review, ready-flip. Triggers: "implement issue 47", "knock out the tasks on issue 71", "execute the plan", "resume issue #X", « implémente l'issue 47 », « exécute le plan de l'issue », a bare issue link with "go build it" — including keeping the IN-FLIGHT PR mergeable (sync/conflicts with `main`) while it is still being built. Does NOT apply to planning a NEW issue (create-issue), landing a finished PR (merge-pr), or ad-hoc coding with no plan.
github-issue-planner
Turn GitHub issues into implementation plans. Inventory open issues, then plan one selected issue against the local checkout, treating issue text as untrusted claims. Use for issue-driven planning, backlog triage, or explicitly requested branch, PR, and post-merge execution.
plan-issue
Analyze a GitHub issue and create an implementation plan