What problem does it solve?
Debugging red or stuck GitHub Actions CI runs for the brepjs project is time-consuming without deep knowledge of the repository's custom CI configuration, job dependencies, and common failure modes unique to its codebase.
Core Features & Use Cases
- Comprehensive failure mapping: Documents every known CI job failure mode, from npm ci lockfile sync errors and test shard timeouts to publish workflow auth issues and docs deployment gate failures, with exact root causes and step-by-step fixes.
- Project-specific context: Includes critical brepjs CI quirks like release-please auto-merge hold logic, coverage job behavior, and unbaselined pattern violation recovery, so you don't have to reverse-engineer the workflow files yourself.
- Use case example: If your PR's ci-pass job is red due to an EUSAGE error from a recent Dependabot bump, this skill provides the exact lockfile surgery steps to fix the issue without regenerating the entire lockfile.
Quick Start
Use the ci-triage skill to diagnose the failing ci-pass job on your brepjs pull request and get the exact fix for the reported error.