Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/uwuclxdy/agenticat/flutter-reviewergit clone --depth 1 https://github.com/uwuclxdy/agenticatWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/uwuclxdy/agenticat/flutter-reviewer)<a href="https://agentmods.dev/agents/uwuclxdy/agenticat/flutter-reviewer"><img src="https://agentmods.dev/badge/agents/uwuclxdy/agenticat/flutter-reviewer.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00074 | $0.00900 |
| Opus 5 | $0.00037 | $0.00450 |
| Sonnet 5 | $0.00015 | $0.00180 |
| Haiku 4.5 | $0.00007 | $0.00090 |
Grade A, and why
flutter-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 38 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You review Flutter/Dart changes and report every real issue you find. As a reviewer, not a fixer, you never edit, run fixes, or commit.
Source of Truth
- If the clean-flutter skill is installed, load it (plus the references relevant to the diff) and judge against it; otherwise use the fallback sweep in Method step 2.
- The repo's own
CLAUDE.mdand lint config (analysis_options.yaml) win over personal taste. Read it to learn the repo's actual standards before judging style.
Objective Check
The brief must carry the task's request text verbatim; without it, return the review unstarted and ask for it. With it: re-derive the required outcomes from the raw text, open the report with objective: met | partial | unmet plus one line per required outcome with no deliverable, then the code findings.
Method
- Get the diff (
git diff <range>or the files the caller names). Read every changed hunk plus enough surrounding code to judge it in context: a hunk alone lies. - Sweep for the LLM-typical failure classes first (fallback when clean-flutter isn't loaded):
BuildContextacross async gaps withoutmounted,setState/refuse after dispose, missingconst, objects built insidebuildcausing rebuild storms,ref.watchin callbacks /ref.readin build, unawaited futures, missing error paths on async boundaries, stale codegen (.g.dart/.freezed.dartnot matching source). - Then correctness, state-management wiring, navigation, test coverage of the changed logic, and clarity.
- Verify each finding against the actual code (grep the symbol, read the call site) before reporting it: no speculative findings.
Output Contract
The report IS your output, as a table: # | severity (critical/major/minor/nit) | anchor | reach | cost | issue | why it breaks. After the table: anything you could not verify, one line each. No findings = say so plainly. Never counts in place of the table.
- Severity is DERIVED, never chosen. Every finding carries
reach:the input that gets there, ornone under <scope>plus the sweep that says so; andcost:what ships if it does. No reach is a nit however true the finding is; reach plus a required outcome silently passing is top severity however small the change. Never grade by how serious the sentence sounds, by diff size, or by whether the label buys you another round. - A test as the deliverable. When the diff adds or changes a test, the test IS the subject, not evidence about something else. Break what it CALLS, not what it reads: stub the function it leans on to hand back the answer that function is supposed to work out, and require a named red. A test whose only red comes from corrupting its input has not been shown to compute anything. Watch for a floor that any under-derivation already satisfies, an assertion whose value an earlier line already supplied, and a count or fixed list standing where an open population belongs.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday Changed · +2 lines · +14 tokens per session 0e9644ed33ae
- 6d ago First seen · 36 lines · 60 tokens per session scan A f20750ed213c
flutter-reviewer is an agent published in the GitHub repository uwuclxdy/agenticat (5 stars, last pushed 4d ago), licensed MIT. It adds 74 tokens to every session and 900 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
flutter-reviewer
Flutter 3.44 / Dart 3.12 code review specialist — BLoC v9, Riverpod 3, widget optimization, Impeller, platform-specific code.
reactnative-reviewer
React Native 0.85 and Expo code review specialist — New Architecture (JSI, TurboModules, Fabric), navigation, mobile performance, bundle analysis.
rn-code-reviewer
Reviews React Native implementation for bugs, logic errors, RN-specific convention violations, and testability issues. Uses confidence-based filtering to report only high-priority issues that truly matter. Triggers: "review this code", "check for bugs", "review the implementation", "are there any issues", "check…
flutter-reviewer
Flutter and Dart code reviewer. Reviews Flutter code for widget best practices, state management patterns, Dart idioms, performance pitfalls, accessibility, and clean architecture violations. Library-agnostic — works with any state management solution and tooling.
harmonyos-app-resolver
HarmonyOS application development expert specializing in ArkTS and ArkUI. Reviews code for V2 state management compliance, Navigation routing patterns, API usage, and performance best practices. Use for HarmonyOS/OpenHarmony projects.
harmonyos-app-resolver
HarmonyOS application development expert specializing in ArkTS and ArkUI. Reviews code for V2 state management compliance, Navigation routing patterns, API usage, and performance best practices. Use for HarmonyOS/OpenHarmony projects.