What problem does it solve? Laravel offers multiple valid ways to solve the same problem, which leads to inconsistent codebases, N+1 query bugs, security gaps, and performance regressions. This Skill provides an indexed rule set covering the full Laravel stack so code is written and reviewed against consistent, proven conventions. ## Core Features & Use Cases - Indexed Rule Library: Twenty rule files covering Eloquent, migrations, validation, routing, security, caching, queues, scheduling, testing, Blade, and architecture, each with incorrect/correct code examples. - Performance & Security Guidance: Concrete patterns for eliminating N+1 queries, adding indexes, enforcing authorization, preventing mass assignment, and validating file uploads. - Consistency-First Reviews: Instructs checking existing codebase patterns before applying rules, so refactors match project conventions instead of introducing competing styles. - Use Case: When reviewing a pull request that adds a new controller with Eloquent queries, map the changes to the routing, db-performance, and validation rule files and verify the code against each pattern. ## Quick Start Ask the AI to review your Laravel controller, model, or migration against the Laravel best practices rules and fix any violations it finds.