AI-Workflows-For-Laravel
Automated Laravel code audits for structure, APIs, and testing
All Skills in This Repository (7)
Pure Emerald Level Indicatorslaraveldaily-testing-audit
Audit Laravel test suites for coverage gaps and quality issues.
laraveldaily-structure-audit
Audit Laravel project structure and generate refactoring suggestions.
laraveldaily-api-audit
Audit Laravel API codebases for response, validation, auth, and performance issues.
laraveldaily-permissions-audit
Audit Laravel PHP source files for authorization and permission issues.
laraveldaily-eloquent-audit
Analyze Laravel Eloquent usage for N+1 queries and correctness issues.
laraveldaily-queues-audit
Analyze Laravel queue and job implementations against proven patterns.
laraveldaily-production-readiness-audit
Scan Laravel codebases for secrets, debug code, and configuration issues.
Frequently Asked Questions
FAQPage SchemaHow to install AI-Workflows-For-Laravel?▼
Run `npx skills add LaravelDaily/AI-Workflows-For-Laravel --all -g -y` in your terminal to install all audit skills globally.
How to audit a Laravel project automatically?▼
Install the skills, then ask your agent to audit structure, APIs, permissions, Eloquent, queues, or tests. It scans your PHP files and returns a severity-ranked report with fixes.
What problems does this Laravel audit find?▼
It detects fat controllers, N+1 queries, missing authorization checks, unsafe mass assignment, non-idempotent jobs, leaked secrets, debug code, and missing test coverage.
Does it work with Claude Code and Cursor?▼
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, OpenClaw, and other compatible coding agents.
Do I need Laravel expertise to use these audits?▼
No. Each finding includes a plain explanation of why it matters and a concrete suggestion, so junior developers and non-specialists can act on the results.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core