pr-plan

Fetch PR review comments, triage them, and write a blueprint-backed plan.

8|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jfmyers9/agent --skill pr-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-plan
Source: https://github.com/jfmyers9/agent/tree/main/skills/pr-plan
Command: npx skills add https://github.com/jfmyers9/agent --skill pr-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triaging PR feedback and converting it into actionable plans is time-consuming and error-prone. This skill automates the collection of review comments, prioritizes them, researches fixes, and outputs a blueprint-backed plan ready for execution.

Core Features & Use Cases

  • Fetch PR review comments and identify actionable items.
  • Triage comments, classify requests, and draft a plan with concrete steps.
  • Produce a blueprint-compatible plan ready for the /skill:implement workflow in GitHub PR reviews.
  • Use cases include preparing fixes for critical PRs, organizing design discussions, and exporting a plan for team alignment.

Quick Start

Provide a PR number or use the current branch to generate a draft blueprint plan from PR feedback.

Frequently Asked Questions about pr-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I triage pull request review comments to create an actionable fix plan?

To triage pull request review comments into an actionable fix plan, fetch the PR feedback, classify the requests, and draft concrete steps. This skill automates that collection, prioritizes critical fixes, and outputs a structured blueprint for execution.

Can I generate a PR plan from feedback on the current branch without specifying a pull request number?

Yes, you can generate a PR plan from feedback on the current branch without specifying a pull request number. The skill automatically applies to the current branch or can target a specific PR by number if provided.

What is the best way to automate code review feedback into a blueprint-compatible plan file?

The best way to automate code review feedback into a blueprint-compatible plan file is to fetch the PR comments, research the fixes, and integrate with blueprint tooling to manage phases for critical fixes and improvements.

Does this PR planning tool support resuming an interrupted triage and plan generation process?

Yes, this PR planning tool supports resuming an interrupted triage and plan generation process using the optional --continue flag, allowing you to pick up where the workflow left off.

How does the blueprint-backed plan organize fixes for a GitHub PR review?

The blueprint-backed plan organizes fixes for a GitHub PR review by managing distinct phases for critical fixes and improvements, ensuring prioritized requests are converted into concrete, executable steps for team alignment.