What problem does it solve?
Laravel projects frequently have undetected environment misconfigurations, code quality issues, failing tests, security vulnerabilities, and deployment blockers that slip into pull requests or production, causing outages, rollbacks, and wasted developer time. This Skill automates the full end-to-end verification pipeline to catch all these issues early in the development cycle.
Core Features & Use Cases
- Multi-phase gated pipeline: Sequentially runs environment checks, linting/static analysis, test coverage, security audits, migration safety reviews, and deployment readiness checks, stopping immediately on critical early failures to save time.
- Flexible tooling support: Compatible with both PHPStan and Psalm for static analysis, includes support for Laravel Sail, Horizon, and custom queue health checks for apps with background processing.
- Use cases: Run before opening pull requests, after major refactors or dependency upgrades, and pre-deployment to staging or production environments to ensure releases are stable and secure.
Quick Start
Use the laravel-verification skill to run the complete pre-deployment verification pipeline for your Laravel project, including all environment, code quality, testing, security, and deployment readiness checks.