Устранение сбоев CI в основной ветке
devops
frb-fix-main-ci is a Claude Code skill that diagnoses and repairs CI failures on the default branch (main/master) of the flutter_rust_bridge project, with a clear split between routine CI maintenance and regression investigation. Path A covers familiar failure shapes — flaky jobs, stale generated diffs, lint drift, dependency-order failures — and routes to existing frb-fix-ci triage. Path B handles regressions: the skill walks through identifying the nearest green baseline SHA, running `git log --oneline` and `git diff --stat` over the commit range, and bisecting with `./frb_internal` commands when the culprit is unclear. The fix must target the real source — a generator change, template update, or version pin — not just downstream or generated-file symptoms. Designed for developers maintaining the stability of the flutter_rust_bridge default branch.
- #ci-cd
- #debugging
- #regression
- #troubleshooting
- #github-actions