Диагностика и починка сбоев CI для flutter_rust_bridge

devops

frb-fix-ci is a Claude Code skill that guides systematic diagnosis and resolution of CI failures in flutter_rust_bridge, following a "lazy fixes first" principle before any deep investigation. The triage order covers checking the latest run, rerunning only failed jobs with `gh run rerun --failed`, reproducing the exact `./frb_internal ...` command from CI under remote-testing rules, and cleaning the workspace with `git reset --hard HEAD && git clean -fdx` before reproduction. A built-in dependency graph (Generate → Integrate → Build :: Flutter → Native Tests) helps distinguish root causes from downstream symptoms across codegen and build stages. The skill also references `/frb-fix-merge-conflict` for conflicts in generated files and `frb-ci-filter` for narrowing slow CI feedback loops. Intended for developers maintaining or contributing to flutter_rust_bridge who deal with flaky or hard-to-reproduce pipeline failures.