What problem does it solve?
This Skill turns ad hoc pull request review into a repeatable, objective process for Flutter and Dart projects, helping reviewers catch bugs, regressions, and missing tests before merge.
Core Features & Use Cases
- Structured review checklist: Checks location, naming, responsibility, readability, correctness, maintainability, error handling, security, performance, documentation, and style.
- Flutter-specific validation: Calls out rebuild scope, key usage, disposal of controllers and streams, and const opportunities.
- Change-set evaluation: Assesses whether the diff is focused, whether tests cover new logic, and whether CI or analyzer issues need to be flagged.
- Use case: Review a feature branch that updates a Flutter screen and confirm the implementation is safe, efficient, and testable before approving.
Quick Start
Ask for a structured code review of the attached Flutter or Dart diff and include the target branch, changed files, and any known concerns.