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?)
Installs
78
GitHub Stars
139
First Seen
Jan 21, 2026
laravel:code-review-requests — jpcaparas/superpowers-laravel