What problem does it solve?
Pull request comments often accumulate across reviewers, leaving humans unsure which threads need action; this skill centralizes those human threads, separates them from bot noise, and drives a clear response plan.
Core Features & Use Cases
- Human comment triage: fetches the active branch PR, distinguishes unresolved human feedback from automated bots, and tags severity levels to feed into an implementation plan.
- Collaborative planning: presents the proposed changes, discussion flags, and ignored items to the human for selective approval before taking any action.
- Execution with safety: runs /critique, resolves comment threads when possible, re-requests reviews, and checks CI status with gh pr checks, invoking resolve-ci-failures if needed.
- Use case: For a feature PR with mixed nitpicks and architectural questions, use the skill to classify each comment, decide which edits to make now, and report back to reviewers after pushing.
Quick Start
Ask address-pr-comments to gather all unresolved GitHub PR comments, propose a plan by severity, and confirm each response before making code changes.