What problem does it solve?
This Skill automates the tedious and error-prone process of triaging and resolving GitHub pull request review comments for the branch you are working on, ensuring feedback is evaluated, addressed, and validated before pushing changes.
Core Features & Use Cases
- End-to-end remediation: Fetches all PR comments, builds a per-comment ledger, decides applicability, implements minimal safe fixes, and commits and pushes the result.
- Validation loop: Runs compile and test commands with retry-on-failure semantics and reports blockers when environment prerequisites prevent validation.
- Traceable audit: Produces a structured artifacts/pr_resolver_addressed_comments.json ledger with dispositions and rationales for downstream inspection and tooling integration.
- Use Case: Use this Skill to automatically resolve failing CI feedback, address correctness/security issues flagged by reviewers, or batch-apply non-design-breaking improvements across an active branch PR.
Quick Start
Run the fix-comments skill to fetch PR comments for the current branch, determine which still apply, apply minimal fixes with tests passing, and commit and push the branch.