What problem does it solve?
This Skill eliminates the manual, time-consuming work of troubleshooting CI failures on pull requests, which frequently block code merges and require hours of log digging and guesswork to resolve.
Core Features & Use Cases
- Automated Failure Classification: Identifies common CI failure types including PR title convention violations, package validation errors, lint/formatting issues, unit/integration test failures, branch drift, and cross-platform file I/O race conditions.
- Step-by-Step Fix Guidance: Provides tailored remediation steps for each failure type, including safe rebase procedures for branch drift, Biome formatting/lint fixes, and macOS-specific test workarounds.
- End-to-End Workflow Management: Handles the full process from fetching CI status to pushing fixes and verifying all required checks pass, with guardrails to avoid unsafe actions like auto-resolving conflicted rebases or suppressing security findings without approval.
- Use Case: For example, if your PR fails the package-check and lint gates, this Skill guides you through fixing the source manifest and formatting issues, pushes the changes, and confirms CI passes before you attempt to merge.
Quick Start
Use the ci-fix-monitor skill to diagnose and fix all failing CI checks on your current pull request.