---
name: fix-pr-comments
description: Use when the user explicitly wants pull request comments reviewed critically and only the worthwhile feedback applied.
---

# Fix PR Comments

Review PR comments critically and address the ones that are actually worth applying.

## Workflow

1. Fetch the PR diff, review comments, and review summaries.
2. Evaluate each comment on technical merit, not social pressure.
3. Apply comments that fix a real bug, reduce real risk, or materially improve clarity.
4. Skip comments that are outdated, incorrect, purely stylistic, or not worth the churn.
5. Re-read each edited area and run targeted verification for the changed behavior.

## Classification

- `Apply`: real bug, correctness issue, missing edge case, or meaningful improvement
- `Skip`: style nit, weak preference, outdated context, or incorrect suggestion
- `Needs clarification`: ambiguous comment or conflicting reviewer guidance

## Report

Return three groups:

- `Applied`
- `Skipped`
- `Needs clarification`

For each item, include the file reference, the reviewer point in one line, and your reason.

## Rules

- Do not apply comments blindly.
- Keep edits narrowly scoped to the review feedback.
- If a suggestion would introduce risk, skip it and explain why.
- Prefer file-by-file progress to reduce context switching.
