Use when adding or testing flutter_rust_bridge feature flags, especially flags that require coverage for both enabled and disabled states or should have package-level config plus item-level #[frb(...)] overrides.
70
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use this skill when adding a feature flag, changing a feature flag, or writing coverage for a feature flag.
For feature flags requiring coverage for both enabled and disabled states:
flutter_rust_bridge.yaml.#[frb(...)] override when the behavior can reasonably be scoped to a Rust item.In frb_example/pure_dart, prefer tests that use the item-level #[frb(...)] override so enabled and disabled cases are both exercised in the same package.
Do not rely only on package-level config differences when both states can be covered clearly with item-level Rust APIs.
1d5348b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.