| name | ci-failure-triage |
| description | Required workflow for failed or inconclusive CI checks, including artifact-first diagnosis, failure classification, remediation, and check re-watch. |
| license | MIT |
| tags | ["ci","debugging","workflow"] |
| allowed-tools | ["bash","git","github","markdown"] |
| metadata | {"author":"laurenceputra","version":"1.0.0"} |
CI Failure Triage
Use this skill whenever a GitHub check fails, is cancelled unexpectedly, or is inconclusive.
Required Triggers
- Any PR check reports
fail, error, or unexpected cancelled.
- A required check is missing or stuck long enough to block completion.
- Local verification disagrees with CI.
- Visual regression, browser, deployment, dependency audit, lint, or worker checks fail.
Triage Contract
- Identify the failed check, workflow run, and job URL.
- Inspect job logs before guessing from the check name.