← ClaudeAtlas

ci-sweeperlisted

Triage failing CI on integration branches and/or PR heads, classify failures, apply minimal fixes when actionable. Use when the user asks to triage or fix CI failures, when automation detects failed workflow runs, or when automation supplies detection JSON. Default is survey only; edit files only when the user explicitly requests a fix or automation sets may_edit in Constraints.
y-miyazaki/config · ★ 1 · AI & Automation · score 68
Install: claude install-skill y-miyazaki/config
**UTILITY SKILL** — CI failure triage and minimal fix, not merge or release. ## Input - **Interactive:** natural-language request; run this skill's detect script unless detect JSON is already in context — parse per [category-input-schema.md](references/category-input-schema.md) - **Automation:** detect JSON in prompt; read `may_edit`, `write_target`, and `report_file` (when `write_target: report`) from `## Constraints` per [category-automation-envelope.md](references/category-automation-envelope.md) Path allowlist, when present, arrives in `## Constraints`. ## Output Specification Triage report per [common-output-format.md](references/common-output-format.md). Survey shape when files are not edited; apply shape when edited — within [category-scope.md](references/category-scope.md). ## Execution Scope ### USE FOR: - Classify CI failures; apply minimal lint/workflow/shell/doc fixes ### DO NOT USE FOR: - Infra outages, secrets, or runner capacity issues (classify as Watch) - Refactors >5 files or auth/payment/credential paths - Merge PRs or push to default branch ## Reference Files Guide - [common-checklist.md](references/common-checklist.md) (always read) - [common-output-format.md](references/common-output-format.md) (always read) - [category-scope.md](references/category-scope.md) (always read) - [category-input-schema.md](references/category-input-schema.md) (always read) - [category-run-ledger.md](references/category-run-ledger.md) (read when ignored[] is non-em