wamesk

Code Reviewer Laravel — Security agent for Claude Code

Security community

Use this agent when Laravel code needs a quality, security, or performance review — "review this PR", "audit this controller/service", "check this migration", "is this API endpoint safe?", "why is thi.

How to install Code Reviewer Laravel

Installs to ~/.claude/agents/wamesk-claude-code-plugin-laravel-agents-code-reviewer-laravel.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/wamesk/claude-code-plugin-laravel-agents/HEAD/agents/code-reviewer-laravel.md -o ~/.claude/agents/wamesk-claude-code-plugin-laravel-agents-code-reviewer-laravel.md

Restart Claude Code, or start a new session, for it to be picked up.

What Code Reviewer Laravel does


name: code-reviewer-laravel description: Use this agent when Laravel code needs a quality, security, or performance review — "review this PR", "audit this controller/service", "check this migration", "is this API endpoint safe?", "why is this slow?", "look for N+1 problems", "review before merge", or when a diff touches models, migrations, controllers, form requests, resources, or routes. It runs Laravel Pint, checks type safety, API response format, service-layer separation, query performan

Alternatives in Security

  • Django Reviewer — Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi 243.5k ★
  • Retool Endpoint Audit — Checks a migration slice against the main app's API surface — whether a local implementation duplicates an exi 7.2k ★
  • Code Reviewer Quality — Use this agent as the second stage of a code review, after spec compliance is confirmed — evaluating code qual 186 ★

Full documentation available on GitHub

View Source Repository