Авторемонт Release CI до зелёного статуса

★ 6.5 · marketing

release-monitor-ci is a Claude Code skill that monitors the Release workflow in CI and iterates until it reaches a green status. It uses GitHub CLI throughout: `gh run list --workflow=release.yml` locates the latest run, `gh run watch` streams logs while waiting for completion, and `gh run view --log-failed` surfaces failure details when a job breaks. Each fix is committed separately with a conventional commit message and pushed to main, after which the skill waits for the next run and repeats — up to 10 iterations total. Flaky tests are retried with `gh run rerun --failed` rather than touching code; force-pushing and history rewrites are explicitly off-limits. Ideal for teams who want a broken release pipeline fixed automatically without manual intervention.