What problem does it solve?
This Skill solves the problem of inefficient CI monitoring by providing a granular, event-driven view of pull request status checks, preventing developers from manually refreshing pages to see if builds have settled.
Core Features & Use Cases
- Real-time Transition Tracking: Emits specific lines when individual CI checks change status or conclusion, allowing for precise progress reporting.
- Terminal State Detection: Automatically identifies when all checks have settled and reports the final outcome, including total counts and failure status.
- Use Case: Integrate this into an automated gardening loop to wait for CI completion before triggering a merge, ensuring that only green PRs are processed.
Quick Start
Use the pr-ci-watch skill to monitor the CI status of pull request number 42 in the repository owner/repo.