github-comment-triage
Installation
SKILL.md
GitHub comment triage
Workflow
- Collect all open review threads and inline comments (not just summary).
- 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
- Order must-fix first, then should-fix, then discuss.
- Implement with minimal scoped changes; one logical commit per theme when possible.
- Reply on each thread: what changed, where, or why deferred (link issue if deferred).
- Re-verify tests/lint before requesting re-review.