Skip to content
Development
Skill

/github-comment-triage

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.

From plugin
awesome-agent-skill
26200 skills4 commands
Install
$ npx -y skills add charlieviettq/awesome-agent-skill --skill github-comment-triage --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/github-comment-triage

Context preview

The summary Claude sees to decide when to auto-load this skill.

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.

SKILL.md

github-comment-triage.SKILL.md
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

Fixed in abc123 — [brief what changed]
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.

Ships withawesome-agent-skill

Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).

Get the whole plugin

Other skills on awesome-agent-skill.