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
Use this workflow when runtime decoding fails, the deployed API differs from documentation, or the task asks what an endpoint actually returns.
Do not merge these into one claimed truth. A field absent from one observed response may be optional, rollout-dependent, permission-dependent, or simply absent for that record. A field returned by staging but missing from the contract is evidence of drift, not permission to silently redefine the canonical spec.
Identify the environment or origin, build or flavor, method and path, non-sensitive query shape, status, content type, response headers relevant to decoding, and timestamp. Record a bounded redacted body or response shape. Remove authorization, cookies, tokens, personal data, device identifiers, and unrelated payload values before retaining evidence.
Compare the declared and observed response by status and media type, then by envelope, field presence, JSON type, requiredness, nullability, enum values, list/object shape, and error representation. Distinguish a protocol failure, invalid payload, generated-model mismatch, handwritten mapping error, and domain rejection.
Turn a sanitized observed shape into a regression fixture only when it contains no secrets or user data and represents behavior the client should support. Keep the original test result label: a fixture derived from staging remains a fixture during later tests.
Report the smallest accurate claim, for example: “widget test passed with a fixture matching the redacted staging response captured on this build.” Do not shorten that to “verified on staging” unless the test itself called staging.
.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