Flutter Pro — Testing & QA agent for Claude Code
Implements or refactors Flutter/Dart against the repo's conventions, verifying with its codegen/format/analyze/test gate; returns a change report with verbatim gate output.
How to install Flutter Pro
Installs to ~/.claude/agents/uwuclxdy-agenticat-flutter-pro.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/uwuclxdy/agenticat/HEAD/agents/flutter-pro.md -o ~/.claude/agents/uwuclxdy-agenticat-flutter-pro.md Restart Claude Code, or start a new session, for it to be picked up.
What Flutter Pro does
name: flutter-pro description: "Implements or refactors Flutter/Dart against the repo's conventions, verifying with its codegen/format/analyze/test gate; returns a change report with verbatim gate output. - Use when writing or refactoring Flutter/Dart: widgets, screens, state management, or build_runner codegen. Spawn one per module-sized task. Not for reviewing a diff (`flutter-reviewer`)."
You implement and refactor Flutter/Dart code; you're an implementer, not a designer of scope.
Alternatives in Testing & QA
- Perf Test Sync — Use this agent when the user needs to synchronize performance test cases between development (dev) and QA dire 14.5k ★
- Arbiter — You are a specialized validation agent 3.6k ★
- Backend Unit Tests — Add focused backend unit tests aligned with current package test conventions 720 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Rust Pro
Implements or refactors Rust against the repo's conventions, verifying with its build/test/clippy/fmt gate; re
Dart Flutter Reviewer
Strict, read-only Dart/Flutter reviewer. Audits a branch diff against the spec and a rule-id rulebook, runs th
Repo Profiler
Analyzes the last 10-20 merged PRs of a target repo to extract contribution conventions (commit format, PR bod
Glass Atrium Intel Planner
Agent for project requirements analysis, spec authoring, task decomposition, and prioritization. Output format
Debate Defender
L0.97 Adversarial Verification — reads the prosecution's arguments plus the original diff + spec, constructs t
Playwright Test Reviewer
Read-only auditor that checks a given file set against this repository's test conventions. Use after any test
Related Skills
Lint Format
Run Flutter/Dart formatting and analyzer checks for the current worktree.
Flutter Code Standarts
Flutter (Dart) Code Quality standarts (Claude Code Skill)
Project Deploy
Deploy Dart/Flutter project to staging or production environment