laravel-final-reviewer

Review Laravel code for vulnerabilities, bottlenecks, architectural flaws, and missing tests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cloudstudio/claude-squad --skill laravel-final-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-final-reviewer
Source: https://github.com/cloudstudio/claude-squad/tree/main/skills/laravel/final-reviewer
Command: npx skills add https://github.com/cloudstudio/claude-squad --skill laravel-final-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill catches critical issues like security vulnerabilities, performance bottlenecks, and architectural flaws before they reach production, ensuring maintainable and reliable code. It acts as a comprehensive quality gate, saving you from costly post-deployment fixes.

Core Features & Use Cases

  • Comprehensive Code Review: Evaluates code against senior-level checklists for architecture, quality, security, performance, and testing.
  • Requirements Alignment: Verifies that the implemented feature meets all original requirements and handles edge cases.
  • Actionable Feedback: Provides clear, categorized findings (Critical, Important, Minor) with explanations and suggested fixes.
  • Use Case: After a new feature is implemented, use this Skill to get a thorough review, identifying potential N+1 queries, mass assignment vulnerabilities, or missing test coverage, ensuring a high-quality merge.

Quick Start

Review the code for the recently implemented user profile update feature, focusing on security and performance.