uwuclxdy

Flutter Pro — Testing & QA agent for Claude Code

Testing & QA community

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

Terminal
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 Repository