What problem does it solve?
This Skill automates the process of monitoring GitHub Pull Requests for review feedback, automatically attempting to fix issues, and reporting on the PR's terminal state, significantly reducing manual oversight.
Core Features & Use Cases
- Automated Review Monitoring: Continuously polls GitHub PRs for review decisions (Approved, Changes Requested).
- Auto-Fixing Issues: Integrates with the
pr-review-dev skill to automatically address review comments of Critical, Major, and Minor severity, with an option to fix 'Nit' comments.
- Terminal State Reporting: Exits with a clear status once the PR is Approved, Merged, has been auto-fixed to a terminal state, has timed out, or has reached its maximum fix cycle limit.
- Use Case: Ensure your critical pull requests are actively managed by automatically fixing review comments and notifying you when the PR is approved or if it gets stuck.
Quick Start
Use the pr-watch skill to monitor pull request number 123 in the org/repo repository.