Отладка упавших сборок в GitHub Actions

devops

fix-ci is a Claude Code skill that automates debugging of failed GitHub Actions runs by fetching failure details for the current branch (`/fix-ci`) or a specific run (`/fix-ci <run-id>`), analyzing logs, and producing a structured fix plan. It relies on GitHub CLI (`gh`) to retrieve failed job steps, download artifacts, and capture up to 500 lines of logs to stay within context limits. Failures are categorized by type — test failures, lint errors, import issues, timeouts, and more — and mapped to the corresponding local reproduction command (pytest, go test, ruff check, mypy, npm run build, etc.). Once the failure is reproduced locally, the skill enters plan mode and presents a formal fix proposal for user approval before any changes are made.