strvcom

Build Verify — Testing skill for Claude Code

Testing community

Run the full build / test / analyze / format verification pass for this Flutter app.

How to install Build Verify

Installs to ~/.claude/commands/strvcom-flutter-template-build-verify.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/strvcom/flutter-template/HEAD/.claude/commands/build-verify.md -o ~/.claude/commands/strvcom-flutter-template-build-verify.md

Restart Claude Code, or start a new session, for it to be picked up.

What Build Verify does


description: Run the full build / test / analyze / format verification pass for this Flutter app. argument-hint: [optional flags: --full | --skip-gen | --skip-builds | --ios-only | --android-only]

Use the `build-verify` skill to run codegen, analyze, test, native builds, and format. Nothing is committed.

$ARGUMENTS

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • Green — Execute TDD Green Phase - write minimal implementation to pass the failing test 168 ★
  • M Merge Branch — Auto Merge Workflow: Analyze, Merge, Resolve, Test, Commit 139 ★

Full documentation available on GitHub

View Source Repository