Enforces rigorous verification protocols for Flutter projects by requiring proof from analysis, tests, and builds before claiming completion.
Flutter Verification Guard is a specialized quality assurance skill for Claude Code that prevents premature completion claims by mandating evidence-based reporting. It establishes a 'Gate Function' that requires Claude to run and verify static analysis, unit tests, and build commands before any task is considered finished. This skill is essential for maintaining high integrity in Clean Architecture projects, eliminating 'false confidence' and ensuring that every code change is backed by fresh, successful verification data.
主な機能
01Structured verification checklists for standardized reporting
021 GitHub stars
03Automated static analysis enforcement using flutter analyze
04Comprehensive test verification for unit and feature-level suites
05Multi-platform build validation for Android, iOS, and Web
06Rationalization prevention to catch and correct premature success claims
ユースケース
01Validating bug fixes against existing test suites before submission
02Ensuring new features meet Clean Architecture standards and linting rules
03Verifying cross-platform build stability after dependency or environment changes