What problem does it solve?
Code review threads often stall waiting for PR authors to evaluate feedback, implement fixes, and write replies, slowing down development cycles and creating inconsistent review experiences. This skill automates the entire PR review feedback resolution workflow to eliminate manual bottlenecks for PR authors.
Core Features & Use Cases
- Feedback Validity Assessment: Evaluates each review thread against a clear rubric to determine if feedback is valid, outdated, a question, or requires human input for complex decisions.
- Targeted Code Fixes: Implements focused, codebase-consistent fixes for valid feedback, avoiding unnecessary refactoring of adjacent code.
- Context-Aware Reply Generation: Creates natural, specific replies for each review thread that align with the PR author's voice, and supports cluster mode to handle groups of related feedback holistically when they point to systemic code issues.
- Use Case: When your PR has 6 review comments about inconsistent error handling across API endpoints, this skill can assess each comment, fix the shared error handling pattern across all relevant files, and post clear, specific replies to each reviewer.
Quick Start
Use the pr-comment-resolver skill to evaluate, fix, and reply to all review threads on your active pull request.