ci-triage
SolidDiagnose a failing GitHub Actions run — find the first real error in the logs, tell a flake apart from a genuine failure, and identify the commit that broke it. Use when checks are red on a PR, a workflow failed, the build is broken, CI is flaky, or the user asks why a run failed or whether a failure is real.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- superset-sh
- Repository
- superset-sh/superset
- Created
- 10 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- NOASSERTION
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
ci-debug
Diagnose a failing GitHub Actions check by reading the real logs and finding the first true failure.
fix-ci
Diagnose and fix a failing CI run by pulling the actual failure logs (gh run view --log-failed), reproducing the failure locally, fixing the root cause rather than the symptom, and verifying green before and after pushing. Use when a GitHub Actions run is red, a PR check is failing, or CI passes locally but fails remotely.
triaging-ci
Diagnose a CI failure via gh CLI: resolve the failing run, fetch logs, map the failure to its pipeline step, report root cause plus the exact local repro command, and present 3-5 fix options. Use for /triaging-ci, "why did CI fail", "CI is failing", "debug the CI run", or a specific run ID/URL. GitHub stance: gh CLI (ADR-0030; no Actions tools in the MCP toolset). m3l MCP stance: hooks_query/adr_query (ADR-0096).