From vibe-extras
Triages PR review comments by filtering false positives (outdated, misread, wrong context, style preference), validating against current diff, and fixing actionable ones with per-fix confirmation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vibe-extras:address-pr-commentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**User request**: $ARGUMENTS
User request: $ARGUMENTS
If no PR specified: Detect PR from current branch. If detection fails, report and stop.
Default scope: All unresolved comments on the PR.
Classify all unresolved PR comments against false positive criteria, report triage findings, then fix actionable items with user confirmation per fix.
| Type | Detection Signal |
|---|---|
| Outdated | Suggested change already exists in code; commit history shows it was addressed |
| Misread code | Comment's premise contradicts what code actually does |
| Wrong context | Comment references behavior/variables not present in the target code |
| Style preference | No functional or readability improvement—evaluate substance, not reviewer's tone. Naming changes that aid comprehension are actionable, not style preference |
| Resolved in thread | Reply discussion shows issue was already addressed or withdrawn |
Classification:
false-positiveactionableuncertain (report, don't fix)Triage report: Classification, reasoning, and summary counts for each comment. Format flexibly based on volume.
Per-fix flow: For each actionable item, show original comment and proposed change, then ask user to confirm with these options:
Completion summary: After all items processed, summarize actions taken (fixes applied, false positives skipped, uncertain items flagged).
| Constraint | Enforcement |
|---|---|
| Verify before classifying | Read actual code and reply threads; never classify from comment text alone |
| Conservative on fixes | Uncertain → report only |
| Explain rejections | Every false-positive needs reasoning |
| Per-fix confirmation | User confirms each fix individually |
| Resolve only when chosen | Only resolve threads or reply to comments when user selects "Fix + resolve" |
npx claudepluginhub doodledood/claude-code-plugins --plugin vibe-extrasFetches GitHub PR review feedback, triages comments as valid/stale/incorrect, implements fixes, verifies with tests, and drafts replies.
Reads open GitHub PR review comments, triages by severity, applies code fixes, and drafts replies. Use when addressing PR feedback or code review.
Fetches and filters PR review comments, extracts outside-diff-range feedback from review bodies, and resolves threads with proper attribution. Useful when addressing CodeRabbit, Cursor, or human reviewer feedback.