Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when flutter_rust_bridge CI fails on the default branch/main/master, especially to distinguish ordinary CI repair from a regression introduced after a previously green default-branch commit.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 3% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 32% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -8% | 0% |
Use this when CI is failing on the default branch (main / master) or on a commit that is already part of the default-branch history.
Default-branch CI failures usually have two possible repair paths. Choose based on the evidence in the latest relevant run.
Use this path when the failure looks like a known FRB CI shape: flaky job, generated diff, lint drift, stale generated output, dependency-order failure, or downstream symptom already covered by existing CI triage.
Read frb-fix-ci and repair the failure directly:
gh-actions-live-logs when reading GitHub Actions job logs.Generate, Integrate, or high-relevance Generate Internal before chasing later build/test symptoms.Use this path when the failure is not obviously a known FRB CI maintenance issue, or when several default-branch commits/runs suggest something recently broke.
A default-branch failure is often a regression. There should usually be an older default-branch commit that passed the same CI path. Study what changed between the green baseline and the red commit, then fix the source of that regression.
Before writing a regression fix, answer these questions:
./frb_internal ... command and the FRB dev environment rules?bash git log --oneline --decorate <green-sha>..<red-sha> git diff --stat <green-sha>..<red-sha>
frb-fix-ci already identifies a direct CI maintenance fix.For a PR that fixes default-branch CI, include:
Use frb-prepare-pr before opening the PR.
Other measured skills in the registry, with their headline benchmark lift.