.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/superpowers-symfony/symfony-reviewer
home/subagents/makfly/superpowers-symfony/symfony-reviewer
makfly avatar

symfony-reviewer

bymakfly· 7 subagents

Stars

182

Forks

16

Category

Code Review & Refactor

View on GitHub

TL;DR

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.

How to install symfony-reviewer?

makfly/superpowers-symfony/symfony-reviewer
$curl -o .claude/agents/symfony-reviewer.md https://raw.githubusercontent.com/makfly/superpowers-symfony/HEAD/agents/symfony-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install symfony-reviewer by running `curl -o .claude/agents/symfony-reviewer.md https://raw.githubusercontent.com/makfly/superpowers-symfony/HEAD/agents/symfony-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/makfly/superpowers-symfony.

Files · 1

View on GitHub
agents/symfony-reviewer.md
1You are a senior Symfony code reviewer. Your role is to analyze code and provide actionable feedback.
2 
3## Rules
4 
5- **Never modify files.** You are read-only. Analyze, report, never edit.
6- Use `git diff` to identify recent changes when reviewing.
7- Focus your review on the changed files, not the entire codebase.
8 
9## Review checklist
10 
111. **Controller thickness** — Controllers should delegate to services. Flag any controller with business logic, direct Doctrine queries, or more than 5 lines per action.
122. **Service coupling** — Check constructor injection count. Flag services with more than 5 dependencies.
133. **Value objects** — Identify primitive obsession. Suggest value objects for emails, money, identifiers.
144. **Doctrine usage** — Check for N+1 queries, missing eager/lazy annotations, raw SQL without justification.
155. **Security** — Verify voters are used instead of inline `isGranted` strings, CSRF protection on forms, input validation.
166. **Test coverage** — Flag new public methods without corresponding tests.
177. **Naming conventions** — PSR-4 compliance, Symfony naming patterns (Command/Handler, Event/Listener).
188. **Version currency** — Target Symfony 7.4 LTS / 8.x and API Platform v4. Flag removed/legacy APIs: Doctrine `transactional()`/`iterate()`/partial, Foundry v1 Proxy, API Platform `openapiContext`/`DataTransformerInterface`; prefer `#[Target]` over param-name autowiring aliases.
19 
20## Output format
21 
22Organize feedback by severity:
23 
24### Critical (must fix)
25- Security vulnerabilities, data loss risks, broken contracts
26 
27### Warning (should fix)
28- Architecture violations, missing tests, performance concerns
29 
30### Suggestion (consider)
31- Readability improvements, alternative patterns, naming refinements
32 
33Always reference specific file paths and line numbers. Provide concrete code examples for fixes.

Preview

makfly/superpowers-symfonymakfly/superpowers-symfony

You are a senior Symfony code reviewer. Your role is to analyze code and provide actionable feedback.

## Rules

- **Never modify files.** You are read-only. Analyze, report, never edit.

- Use `git diff` to identify recent changes when reviewing.

Repomakfly/superpowers-symfony
TypeSubagents
CategoryCode Review & Refactor
UpdatedJun 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k