askill
address-pr-comments

address-pr-commentsSafety 95Repository

Triage and fix PR review comments. Reads comments, filters false positives (outdated, misread, wrong context, style preference), validates relevance against current diff, and fixes valid ones with confirmation. Use when: "fix pr comments", "address review feedback", "handle pr feedback".

10 stars
1.2k downloads
Updated 2/18/2026

Package Files

Loading files...
SKILL.md

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.

Goal

Classify all unresolved PR comments against false positive criteria, report triage findings, then fix actionable items with user confirmation per fix.

False Positive Detection

TypeDetection Signal
OutdatedSuggested change already exists in code; commit history shows it was addressed
Misread codeComment's premise contradicts what code actually does
Wrong contextComment references behavior/variables not present in the target code
Style preferenceNo functional or readability improvement—evaluate substance, not reviewer's tone. Naming changes that aid comprehension are actionable, not style preference
Resolved in threadReply discussion shows issue was already addressed or withdrawn

Classification:

  • Strong false-positive signal → false-positive
  • Real issue with clear fix → actionable
  • Unclear validity → uncertain (report, don't fix)

Output

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:

  1. Fix + resolve thread (recommended) — apply fix, resolve the PR comment thread
  2. Fix only — apply fix, leave thread unresolved
  3. Skip — don't apply this fix

Completion summary: After all items processed, summarize actions taken (fixes applied, false positives skipped, uncertain items flagged).

Constraints

ConstraintEnforcement
Verify before classifyingRead actual code and reply threads; never classify from comment text alone
Conservative on fixesUncertain → report only
Explain rejectionsEvery false-positive needs reasoning
Per-fix confirmationUser confirms each fix individually
Resolve only when chosenOnly resolve threads or reply to comments when user selects "Fix + resolve"

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

91/100Analyzed 2/24/2026

High-quality skill for triaging and fixing PR review comments. Well-structured with detailed false-positive detection criteria, clear classification system (actionable/false-positive/uncertain), explicit per-fix confirmation workflow, and safety constraints. Covers full end-to-end workflow. Score benefits from trigger section (R3), structured steps (R5), skills folder location (R10), and high-density technical content (R11). Minor gap: empty tags array. Reusable across projects using PRs.

95
90
90
88
92

Metadata

Licenseunknown
Version-
Updated2/18/2026
Publisherdoodledood

Tags

No tags yet.