← ClaudeAtlas

ci-sweeperlisted

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.
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 (required):** natural-language request; optional failure context (URLs, logs, job names) — constraints in `## Constraints` or [category-scope.md](references/category-scope.md) - **Automation (optional):** detect JSON in prompt — from a caller or optional skill detect script; not required for interactive runs. 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-detect-scope.md](references/category-detect-scope.md) (read on inte