What problem does it solve?
This Skill automates the entire pull request review and merging process, from waiting for feedback to ensuring CI passes and merging the code, significantly reducing manual overhead for developers.
Core Features & Use Cases
- Automated Review Monitoring: Continuously polls for reviewer feedback and comments on GitHub PRs.
- AI-Powered Feedback Analysis: Classifies review comments into blocking, important, nit, or questions, and generates a gap analysis.
- Automated Fix Implementation: Implements fixes for blocking issues using specified agents and pushes changes.
- CI/CD Integration: Waits for CI checks to pass before merging.
- Use Case: A developer creates a PR and triggers this Skill. The Skill monitors for reviews, analyzes feedback, implements necessary code changes, pushes them, and waits for CI to pass before merging the PR automatically.
Quick Start
Use the pr-review-loop skill to monitor and merge pull request number 123.