issue-to-pr-planner

Solid

Takes 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

View on GitHub

Quality Score: 85/100

Stars 20%
33
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

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