tessl install github:masterfermin02/laravel-agent-skill --skill laravel-best-practicesEnforce Laravel Best Practices when generating code, reviewing code, and writing tests (SRP, skinny controllers, FormRequests, service/action classes, DRY, Eloquent/Collections, Blade query avoidance, eager loading, chunking).
Review Score
75%
Validation Score
10/16
Implementation Score
77%
Activation Score
68%
This skill guides an AI coding agent to:
Use references/rulebook.json as the source of truth for:
When you flag an issue, always include:
When asked to review code:
Return a JSON object:
When asked to implement a feature:
Prefer Pest if repository uses Pest (presence of pestphp/pest in composer.json); otherwise PHPUnit.