What problem does it solve?
Laravel projects frequently have hidden configuration errors, failing tests, security vulnerabilities, and broken migrations that slip into pull requests or production deployments, causing outages, data loss, and rollback delays. This Skill automates a full verification pipeline to catch these issues early in the development workflow.
Core Features & Use Cases
- Sequential multi-phase checks: Runs gated verification steps from environment validation through deployment readiness, stopping immediately if early checks fail to avoid wasted effort.
- Pre-PR and pre-deploy guardrails: Validates code quality via linting and static analysis, runs full test suites with coverage, audits dependencies for security flaws, and reviews migrations for destructive changes before code is merged or deployed.
- Use case: Run this Skill after major Laravel refactors, dependency upgrades, or before deploying to staging or production to eliminate avoidable deployment failures.
Quick Start
Use the laravel-verification skill to run the full end-to-end verification pipeline for your Laravel project before opening a pull request or deploying to production.