ci-triage
FeaturedParse CI failures, identify failing job/step, classify as flake, regression, env, or config. Use in CI sweeper loops before any fix attempt.
Install
Quality Score: 94/100
Skill Content
Details
- Author
- cobusgreyling
- Repository
- cobusgreyling/loop-engineering
- Created
- 3 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
ci-triage
Diagnose 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.
ci-sweeper
Triage failing CI on integration branches and/or PR heads, classify failures, apply minimal fixes when actionable. Use in conversation when the user asks to triage or fix CI failures. Also the loop entry skill when automation detects failed workflow runs or supplies detection JSON. Interactive default is survey only; edit files when the user explicitly requests a fix or automation sets may_edit in Constraints.
failure-triage
Use when confronted with an unknown failure in CI or production, before committing to a deep debugging approach.