What problem does it solve?
It turns unresolved GitHub pull request review comments into verified code changes, followed by the required replies and thread resolutions so your PR stops stalling.
Core Features & Use Cases
- PR comment triage: Categorizes feedback into actionable fixes, false positives, clarification requests, and intentionally-resolved outcomes.
- Spec-driven fix pipeline: Fetches unresolved threads, reads the referenced context, implements code fixes, then builds and tests before any collaboration updates.
- GitHub closure workflow: Replies to each addressed comment with the relevant commit reference and resolves every addressed review thread via GraphQL.
Quick Start
Use the command to respond to PR comments on your current branch by iterating through unresolved review threads, applying verified fixes, pushing changes, then replying and resolving each thread on GitHub.