Issue to PR Planner
Installation
SKILL.md
Issue to PR Planner
What this skill does
This skill takes a GitHub issue (or any feature request / bug report) and turns it into a concrete, step-by-step implementation plan. It reads the codebase to identify the relevant files, understands the existing patterns, and produces an ordered list of changes with enough detail that a developer — or an agent executing the plan — can work through it without ambiguity.
Use this at the start of a feature or bug fix to align on exactly what needs to change before writing code, or to hand off implementation work to another developer or AI agent.
How to use
Claude Code / Cline
Copy this file to .agents/skills/issue-to-pr-planner/SKILL.md in your project root.
Then ask:
- "Use the Issue to PR Planner skill on this issue: [paste issue text]."
- "Plan the implementation for GitHub issue #142 using the Issue to PR Planner skill."
Provide the full issue text including the title, description, and any acceptance criteria or comments.