issue-to-pr-planner
SolidTakes a GitHub issue and produces a step-by-step implementation plan with file locations and code changes needed.
AI & Automation 9 stars
1 forks Updated 6 days ago MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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.
### Cursor
Add the instructions below to your `.cursorrules` or paste them into the Cursor AI pane. Paste the issue text before asking for the plan.
### Codex
Paste the issue text and provide the directory structure or key file list. Ask Codex to follow the instructions below.
## The Prompt / Instructions for the Agent
When asked to plan an implementation from an issue, follow these steps:
### Step 1 — Understand the issue
Read the issue thoroughly. Identify:
- **Type**: Bug fix, ne...
Details
- Author
- Notysoty
- Repository
- Notysoty/openagentskills
- Created
- 5 months ago
- Last Updated
- 6 days ago
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
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.
2 Updated today
akshay-diwadkar AI & Automation Listed
plan-issue
Analyze a GitHub issue and create an implementation plan
2 Updated 2 days ago
Jartan-LLC AI & Automation Listed
implement-issue
Implement a GitHub issue, optionally from an existing plan
2 Updated 2 days ago
Jartan-LLC