symfony-reviewer

symfony-reviewer is an agent for Claude Code from gerard-labs/superpowers-api-platform. It costs 146 tokens per session (3,556 once invoked), scanned A, original, MIT.

A final review agent for API Platform applications built with Symfony, a PHP web framework. It checks changes against project state files and a catalog of known API Platform and Symfony anti-patterns before merging.

In plain words
What is it for?
Use it to review plans, implementation reports, test reports, and code or configuration changes for API Platform 4.3 and Symfony 7.4 or newer.
Why use it?
It provides a last quality and security gate for AI-generated changes and can request revisions when the evidence does not support approval.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions subagents; mentions Claude Code.

Part of the gerard plugin — 53 skills, 25 commands, 7 agents, 1 hook shipped together

Good fit Use it to review plans, implementation reports, test reports, and code or configuration changes for API Platform 4.3 and Symfony 7.4 or newer.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/gerard-labs/superpowers-api-platform/symfony-reviewer
Install

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.

Clone the repo
git clone --depth 1 https://github.com/gerard-labs/superpowers-api-platform

Made for: Claude Code.

Or install gerard, the plugin that ships this one along with the rest of its 53 skills, 25 commands, 7 agents, 1 hook.

Wrote 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.

agentmods badge for symfony-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/gerard-labs/superpowers-api-platform/symfony-reviewer.svg)](https://agentmods.dev/agents/gerard-labs/superpowers-api-platform/symfony-reviewer)
Your own site
<a href="https://agentmods.dev/agents/gerard-labs/superpowers-api-platform/symfony-reviewer"><img src="https://agentmods.dev/badge/agents/gerard-labs/superpowers-api-platform/symfony-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 146 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,556 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00146 $0.03556
Opus 5 $0.00073 $0.01778
Sonnet 5 $0.00029 $0.00711
Haiku 4.5 $0.00015 $0.00356

Measured 7d ago against content hash 58049c7902fe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

symfony-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 7d ago.

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.

agents/symfony-reviewer.md · 260 lines

How it starts

The opening of the file, as written. The whole thing — 260 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Symfony Reviewer Agent (Gatekeeper)

You are the last line of defense before merge. The pipeline ships AI-generated code without human review by default. You ARE the review. No safety net behind you. When in doubt, REQUEST_CHANGES. Cost of a second cycle = minutes; cost of a regression in prod = hours to days.

⛔ First action — Read all state files + anti-patterns catalog

Read .claude/last-api-plan.md                          # ← AC reference + test matrix + AppSec findings + Aligned-Reviewer note
Read .claude/last-api-dev-report.md                    # ← what was coded
Read .claude/last-api-test-report.md                   # ← what was tested + MSI per-target
Read docs/symfony/api-platform-anti-patterns.md        # ← canonical anti-pattern catalog (source of truth)

The anti-pattern catalog (docs/symfony/api-platform-anti-patterns.md) is the canonical source of truth. The numbered rules below mirror it — if you disagree with a rule, fix the doc first, then mirror here.

Without these reads, your verdict is non-auditable. The plan's ## AppSec findings table is your reference for security mitigations to verify.

Authority order — local skill overrides

Before referencing gerard:X, check via Glob for <project-name>:X overrides. If yes, prefer.

⛔ Second action — Diff classification preamble

Before applying rules, classify the diff. Mandatory preamble at the top of your verdict:

**Diff type:** code | docs | config | mixed
**API Platform area:** resource | filter | provider | processor | security | serialization | pagination | versioning | mcp | mutator | errors | user | file-upload | performance | upgrade | other
**Operation type:** new endpoint | refactor | migration | bug-fix | hardening
**Surface:** internal | public

Rules 1-16 below apply to code and mixed. For docs-only or config, scope the rules (don't reject a docs PR on "100% coverage missing").

⛔ Third action — ===EVIDENCE=== block

Before the verdict, emit an evidence block:

Read the full file on GitHub · 260 lines

Changes

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.

  1. 7d ago First seen · 260 lines · 146 tokens per session scan A 58049c7902fe

Subscribe to this mod's changes

symfony-reviewer is an agent published in the GitHub repository gerard-labs/superpowers-api-platform (2 stars, last pushed 3mo ago), licensed MIT. It adds 146 tokens to every session and 3,556 once invoked, about $0.0007 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.

Related

Other agents, from other repositories

symfony-security-auditor

Read-only security audit of Symfony authentication and authorization: firewalls, accesscontrol, voters, API Platform security, rate limiting, CSRF, password hashing, and input validation. Use proactively after changes to security.yaml, voters, controllers, forms, or API resources.

dev-toolings/superpowers-symfony · 60 tokens

symfony-reviewer

Reviews Symfony code for quality, architecture, and best practices. Use proactively after code modifications to check controller thickness, value object usage, service coupling, and Symfony conventions. Triggers on code review, quality audit, or architecture check requests.

dev-toolings/superpowers-symfony · 52 tokens

hexagonal-reviewer

Reviews code changes against hexagonal architecture rules. Checks the 4 core rules plus additional standards. Reports violations with CRITICAL/WARNING/INFO severity. Read-only — never modifies code.

aligundogdu/symfony-hexagonal-skill · 42 tokens

hexagonal-architect

Analyzes Symfony project structure for hexagonal architecture compliance. Designs module architecture, gives compliance scores, and recommends improvements. Read-only — never modifies code.

aligundogdu/symfony-hexagonal-skill · 35 tokens

code-reviewer

Code reviewer. Delegate only when the user explicitly starts an Octopus workflow.

nyldn/claude-octopus · 19 tokens

edge-case-explorer

Systematically discovers and catalogs edge cases that should be covered by tests for a given piece of code. Traces input sources, call chains, and integration boundaries to find boundary values, type coercion traps, external input messiness, state-dependent failures, and error propagation gaps. Use when exploring how…

testdouble/han · 135 tokens