Focused Agent Skills for complete Flutter and Dart app delivery.
72
90%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Resolve the exact base and head when available. Inspect status, diff metadata, renamed and generated files, dependency or lockfile changes, migrations, platform configuration, and tests. Do not assume an untracked file is part of a commit or that generated output is hand-authored.
When the change claims compatibility, compare the base and head contracts rather than checking only that the new implementation accepts an old-looking input. Include serialized output, field presence, defaults, ordering when contractual, error representation, exit status, and documented consumer assumptions.
Read repository instructions before applying generic conventions. Understand the requested behavior and preservation constraints from the task, issue, tests, or nearby implementation.
Identify changed entry points, state owners, data boundaries, asynchronous operations, native surfaces, user-visible states, and release configuration. Trace values through the smallest path needed to decide whether a defect is real.
For a large diff, divide the review into coherent risk slices and keep a lightweight coverage ledger of changed production files, contracts, tests, and configuration. This is an internal completeness aid, not a requirement to emit a file-by-file tour or manufacture a comment for every file.
High-risk changes commonly include:
Before reporting it:
Avoid comments based only on file length, unfamiliar patterns, possible future requirements, or personal style. Do not request abstractions without showing the duplication, dependency, testing, or change-cost problem they solve.
For sanitizers, redactors, escaping, validation, and similar safety boundaries, exercise adversarial ordering and boundary cases: truncation before versus after transformation, split markers, encoding, empty values, repeated fields, and values embedded in larger strings. A passing short example does not establish that persisted evidence is safe.
Before producing the answer:
Calibrate severity from impact and likelihood, not category names. Missing test coverage is not automatically P1, and the word “security” does not automatically make a finding critical.
Use a concise title, file and tight line range, failure path, impact, and fix direction. Keep evidence self-contained so the author does not need to infer why the code fails.
After findings, optionally list assumptions or verification gaps. Summaries must not bury findings or repeat the diff.
.tessl-plugin
skills
dart-concurrency
dart-language
flutter-accessibility
flutter-ai-integration
flutter-animation
flutter-app-workflow
flutter-architecture
flutter-authentication
flutter-background-execution
flutter-build-release
flutter-ci-cd
flutter-code-review
flutter-dependency-upgrades
flutter-device-testing
flutter-figma-workflow
flutter-in-app-purchases
flutter-localization
references
flutter-networking
flutter-notifications
flutter-observability
flutter-openapi-client
flutter-package-development
flutter-performance
flutter-persistence
references
flutter-platform-integration
flutter-product-analytics
flutter-responsive-layout
flutter-runtime-debugging
flutter-security
flutter-state-management
flutter-testing
flutter-text-rendering
references
flutter-ui-design
flutter-ui-patterns
flutter-visual-effects