Triage and address GitHub PR review comments systematically—classify, respond, fix or defer with rationale. Use when a PR has review feedback, requested changes, or unresolved threads.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add charlieviettq/awesome-agent-skill --skill github-comment-triage --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Github Comment Triage?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/charlieviettq-github-comment-triage-awesome-agent-skill)More formats (shields.io, HTML) on the badges page.
---
name: github-comment-triage
description: "Triage and address GitHub PR review comments systematically—classify, respond, fix or defer with rationale. Use when a PR has review feedback, requested changes, or unresolved threads."
allowed-tools: Read, Glob, Grep
---
# GitHub comment triage
## Workflow
1. **Collect** all open review threads and inline comments (not just summary).
2. **Classify** each item:
- **Must fix** — correctness, security, contract break, CI
- **Should fix** — clarity, maintainability, agreed convention
- **Discuss** — ambiguous or product decision
- **Defer** — out of scope; needs follow-up issue
3. **Order** must-fix first, then should-fix, then discuss.
4. **Implement** with minimal scoped changes; one logical commit per theme when possible.
5. **Reply** on each thread: what changed, where, or why deferred (link issue if deferred).
6. **Re-verify** tests/lint before requesting re-review.
## Response patterns
```text
Fixed in abc123 — [brief what changed]
```
```text
Deferred: tracked in #NNN — [reason and scope boundary]
```
## Anti-patterns
- Bulk "fixed" without pointing to commits or files.
- Ignoring nitpicks that hide real bugs.
- Expanding scope to unrelated refactors during comment sweep.
## Output
Checklist table: comment | action | status | note.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!