From pr-comments-triage
Critically evaluate PR review comments against the actual code on the current branch. Use when the user triggers this skill on a branch and pastes PR review comments one at a time. Investigates each comment for validity rather than accepting it at face value, explains the verdict, and if valid asks before implementing the fix. Trigger phrases include "triage PR comments", "review comments", or when the user invokes this skill while on a feature branch.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pr-comments-triage:pr-comments-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Critically evaluate PR review comments pasted by the user. Do not assume comments are correct — investigate each one against the actual code.
Critically evaluate PR review comments pasted by the user. Do not assume comments are correct — investigate each one against the actual code.
git diff main...HEAD or equivalent).Locate the relevant code — find the file, function, or lines the comment refers to. Read the actual code on the branch.
Investigate validity — determine whether the comment is correct by reasoning about the code. Consider:
Respond with a verdict:
If valid:
If not valid:
Ask for the next comment.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub diegopetrucci/ai-agents-skills --plugin pr-comments-triage