laravel:code-review-requests

Installation
SKILL.md

Code Review Requests

Focused review requests get actionable feedback. Vague requests get generic advice.

Specify Focus Areas

Vague

"Review this code"

Focused

"Review OrderService for security and performance:

Focus on:

  • Authorization checks (are we verifying user owns the order?)
  • SQL injection risks (any raw queries?)
  • N+1 query problems (eager loading correct?)
  • Transaction handling (atomic operations?)
  • Error handling (graceful failures?)
Related skills
Installs
63
GitHub Stars
131
First Seen
Jan 21, 2026