flutter_rust_bridge — от issue до зелёного PR

engineering

frb-issue-to-green-pr is a Claude Code skill that implements an end-to-end workflow for handling a GitHub issue, bug fix, or new feature in the flutter_rust_bridge project — from reproducing the problem to opening a PR with green CI. The skill orchestrates a set of specialized subskills — frb-develop-feature, frb-prepare-pr, frb-fix-ci, frb-pr-review, frb-test, frb-lint, and others — activating each at the appropriate phase without duplicating their instructions. The workflow covers creating a dedicated reproduction PR (with intentional red CI or a manual-test report), implementing the smallest fix with regression coverage placed in frb_example/pure_dart, preparing and opening the fix PR, running a full review gate, and monitoring CI on a 5-minute cadence until the PR is ready. It is designed for teams and agents that need to automate the complete flutter_rust_bridge development cycle without manually tracking each step.