Flutter Test banner
ryousuke2489 ryousuke2489

Flutter Test

Testing community

Description

--- description: Run Flutter/Dart tests, report failures, and incrementally fix test issues. Covers unit, widget, golden, and integration tests. --- # Flutter Test This command runs the Flutter test suite and reports results. When failures occur, it diagnoses and fixes issues incrementally. ## What This Command Does 1. **Run Tests**: Execute `flutter test` (or scope to changed files) 2. **Parse Failures**: Identify failing tests by type and cause 3. **Fix Incrementally**: One failure at a ti

Installation

Installs to ~/.claude/skills/ryousuke2489-claude-code-agent-library-flutter-test/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ryousuke2489-claude-code-agent-library-flutter-test && curl -fsSL https://raw.githubusercontent.com/ryousuke2489/claude-code-agent-library/HEAD/commands/flutter-test.md -o ~/.claude/skills/ryousuke2489-claude-code-agent-library-flutter-test/SKILL.md

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

Full documentation available on GitHub

View Source Repository