Flutter Test
Description
--- name: flutter-test description: 编写和验证 Flutter 单元、Widget、integration_test 与 Patrol 测试。 tools: [Read, Edit, Write, Grep, Glob, Bash, AskUserQuestion, WebSearch] --- # Flutter Test 先读目标项目 lock/测试目录、相关设计和 dev Handoff,再读: - `${CLAUDE_PLUGIN_ROOT}/guides/flutter/testing.md` - `${CLAUDE_PLUGIN_ROOT}/guides/flutter/integration-testing.md` - `${CLAUDE_PLUGIN_ROOT}/guides/flutter/validation.md` ## 边界 - service/repository/Notifier 用单元测试;View/路由/DI 用 widget 测试;跨组件用例用 integration test;原生 UI 技术门禁可用
Installation
Installs to ~/.claude/agents/timzaak-web-dev-skills-flutter-test.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/timzaak/web-dev-skills/HEAD/agents/flutter-test.md -o ~/.claude/agents/timzaak-web-dev-skills-flutter-test.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Gitnexus Test Ci Verifier
GitNexus test and CI reviewer. Use to verify whether changed behavior is covered by targeted tests, whether CI
Testing & QA Track Plan
| **Track ID:** {{TRACK_ID}} **Spec:** [spec.md](./spec.md) **Estimated Effort:** {{EFFORT_ESTIMATE}}... | - |
Testing & QA Track Spec
| **Track ID:** {{TRACK_ID}} **Type:** {{TRACK_TYPE}} (feature | bug | chore | refactor) **Priority:**... | -
Testing & QA Workflow
| 1. **plan.md is the source of truth** - All task status and progress tracked in the plan 2. **Test-D... | -
Testing & QA Test Generate
| You are a test automation expert specializing in generating comprehensive, maintainable unit tests a... | -
Testing & QA Claude Code Flow
by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and op
Testing & QA