Подготовка PR для flutter_rust_bridge

engineering

frb-prepare-pr is a Claude Code skill that guides contributors through a mandatory pre-PR checklist for the flutter_rust_bridge repository before pushing or opening a pull request. It sequences code generation via the frb-code-generation skill, integration template verification and `./frb_internal precommit-integrate`, Cargokit copy synchronization with `./frb_internal sync-cargokit-copies`, and lint fixing via `./frb_internal lint --fix`. Non-trivial PRs must pass the frb-pr-review gate before being marked ready, and bug-fix PRs must include a reproduction report covering the baseline commit, mechanical steps, observed failure, and expected behavior. The skill also covers filtered CI dispatch rules through frb-ci-filter, including the requirement to remove the `ci-manual-dispatch` flag before the final PR unless CI behavior itself is being changed.