What problem does it solve?
Addresses PR review feedback and coordinates fixes to drive CI green, reducing manual back-and-forth and ensuring alignment between code changes and reviews.
Core Features & Use Cases
- End-to-end PR feedback loop: fetch unresolved inline review threads, top-level reviews, and PR conversations across GraphQL and REST, with full pagination to cover all cycles.
- Automated fix and reply workflow: create commits, push changes, and post inline replies referencing the commit with a link, ensuring reviewers see the exact patch.
- Thread resolution and CI tracking: resolve threads only after concrete fixes, monitor CI status, and continue addressing new comments until all checks pass.
Quick Start
Retrieve the target PR, collect all unresolved threads across GraphQL and REST, fix the issues, commit and push, post inline replies with the commit link, and resolve every thread.