What problem does it solve?
Manually resolving failing GitHub pull request CI checks is repetitive and time-consuming, requiring constant log inspection, code fixes, pushes, and re-monitoring until all checks pass for the latest commit.
Core Features & Use Cases
- Iterative Check Tracking: Monitors all CI/status checks for the latest PR head SHA, ignoring outdated commit failures to focus on current code issues.
- Automated Failure Investigation: Parses GitHub Actions and legacy status check logs to classify failures as actionable code issues, flaky tests, or external blockers.
- Use Case: After pushing review fixes for a feature branch with red CI checks, use this skill to automate the entire repair loop instead of manually handling each failure.
Quick Start
Use the prcheckloop skill to automatically fix all failing checks for the open pull request on your current feature branch.