What problem does it solve?
Laravel projects frequently face delays and risks due to inconsistent verification before PRs and deployments. This skill provides a structured, repeatable loop that validates environment configuration, enforces coding standards, runs tests with coverage, performs security scans, reviews migrations, and confirms deployment readiness.
Core Features & Use Cases
- Environment validation gates every subsequent step by confirming required environment variables, PHP/Laravel versions, and production settings.
- Quality assurance pipeline executes linting, static analysis, tests with coverage, and security checks to ensure code health.
- Deployment readiness checks include migrations review, cache/config/build readiness, and queue/scheduler status.
- Use Case: Before merging a Laravel refactor, run this loop to catch configuration issues and certify deployment readiness.
Quick Start
Run the Laravel verification loop from your project root to validate environment, linting, tests, security, migrations, and deployment readiness.