What problem does it solve?
This Skill eliminates the risk of unverified work and broken builds by enforcing a strict, automated verification protocol. It prevents developers from claiming tasks are "done" without proper local testing and remote CI verification, saving time, reducing rework, and maintaining code quality.
Core Features & Use Cases
- Mandatory Local Verification: Ensures all project-specific local tests pass before any code can be committed.
- Blocking CI Monitoring: Automatically monitors and waits for the completion of remote CI pipelines for every push, treating failures as mandatory rework.
- Automated Failure Analysis: Guides the AI to download logs and analyze root causes upon CI failure, initiating a fix-and-retest loop.
- Use Case: Before submitting a pull request for a critical feature, this Skill ensures your changes have passed all local unit tests and successfully completed the full CI pipeline, guaranteeing a stable and deployable main branch.
Quick Start
Initiate the Autonomous CI Verification protocol to ensure your current changes pass all local tests and remote CI checks before claiming completion.