pr:cmt-plan

Generates prioritized action plans from unresolved PR comments.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/sorafujitani/claudedot --skill pr-cmt-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr:cmt-plan
Source: https://github.com/sorafujitani/claudedot/tree/main/skills/pr%3Acmt-plan
Command: npx skills add https://github.com/sorafujitani/claudedot --skill pr-cmt-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze unresolved GitHub PR comments related to the current branch and generate a structured, prioritized improvement plan to address them.

Core Features & Use Cases

  • Identify relevant PRs from the current branch and extract unresolved comments for analysis.
  • Classify issues by severity (Critical/Important/Minor) and by category (Logic/Bug, Design, Code Quality, Documentation, etc.).
  • Produce a concrete improvement plan with recommended fixes, ordering, and an execution roadmap.

Quick Start

Run the skill on your repository to identify unresolved PR comments for the current branch and generate a prioritized improvement plan.

Frequently Asked Questions about pr:cmt-plan

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

FAQPage Schema
How do I turn unresolved GitHub PR comments into an actionable plan?

To turn unresolved GitHub PR comments into an actionable plan, you need to analyze the PR context associated with your current branch, classify the extracted issues by criticality and category, and generate a prioritized, stepwise execution roadmap with recommended fixes.

What is the best way to prioritize code review feedback from a pull request?

Prioritizing code review feedback is best done by classifying unresolved PR comments into severity levels like Critical, Important, or Minor, and grouping them by category such as Logic, Bug, Design, or Code Quality to produce a structured improvement plan.

How do I generate commit messages from unresolved PR comments on my current branch?

Generating commit messages from unresolved PR comments involves querying the PR metadata linked to your active branch, analyzing the feedback, and producing a stepwise improvement plan that includes executable commit messages and verification guidance.

Does this PR comment analysis approach work with my active Git branch?

Yes, this PR comment analysis approach works directly with your active Git branch by querying GitHub pull requests associated with it, extracting unresolved comments, and delivering an executable plan tailored to that specific branch context.

What categories does the PR improvement plan use to classify code review issues?

The PR improvement plan classifies code review issues into categories including Logic, Bug, Design, Code Quality, and Documentation, while also sorting them by criticality to ensure a structured and prioritized execution roadmap.