Claude Code Reviewer: Magento 2 PR Review Sub-Agent
A drop-in Claude Code sub-agent that reviews Magento 2 pull requests like an Adobe EQP reviewer would. Style, static analysis, security, performance, Marketplace blockers — categorised report, ready to paste as a GitHub PR comment.
Paste code. Get a Magento-aware review in real time.
A Python sidecar (FastAPI) running next to Magento on the private docker network checks your snippet against 15 Magento-specific rules — ObjectManager misuse, raw SQL, vendor edits, SQL-injection vectors, plain die() calls. The traffic never leaves your stack.
Sidecar online
http://python:8000
Python sidecar offline
Run docker compose up -d python locally to enable the live review. The page below stays usable; rule descriptions are static.
bytes · lines
Keep going
- Learning paths Backend, Hyva, DevOps, architect — pick the path that matches your role.
- Magento playground Safe sandbox recipes for plugins, observers, GraphQL, and UI components.
- Module anatomy Every Magento 2 module file, mapped and explained.
- Glossary 80+ Magento and Claude Code terms in plain English.
- Recipes cookbook Copy-paste recipes that turn one prompt into shippable Magento code.
- Prompt engineering Write prompts that produce Marketplace-pass Magento code.
- Anti-patterns Twelve ways AI-paired Magento work goes wrong, and the fixes.
- CLI sandbox Run Claude Code on Magento safely with Docker, hooks, and allowlists.
- Slash-commands Production slash-commands for Magento 2 workflows.
- 30-day roadmap Day-by-day plan to ship a Magento module with Claude Code.