What problem does it solve?
This Skill helps you resolve unresolved GitHub pull request review comments by applying targeted local fixes, then validating with tests before committing.
Core Features & Use Cases
- Local PR thread fixing: Fetches unresolved review threads, inspects the referenced code, and prepares one-line fix descriptions per comment.
- Controlled execution with safety guardrails: Never resolves or replies to threads automatically unless you use the
--auto option; it asks for confirmation before executing fixes.
- Test-aware workflow: Runs the most appropriate test suite and attempts to fix failures introduced by your changes, stopping if failures persist beyond a threshold.
Quick Start
Ask the skill to fix the unresolved review comments for your current pull request, and commit the changes: "Fix my unresolved PR review comments automatically using --auto."