A seven-phase verification loop that runs all the checks you'd normally do manually before merging or deploying a Laravel app. It walks through environment validation, Composer checks, linting with Pint, static analysis with PHPStan or Psalm, test coverage, security audits, migration reviews, cache warming, and queue health verification. The phases are ordered so failures catch early, which is smart. The migration guidance is solid, especially the reminder to check rollback paths and avoid data loss. Queue verification includes an actual dispatch test for staging, not just status checks. This is the kind of checklist you build after getting burned by a bad deploy, now codified so Claude runs it consistently.
npx -y skills add affaan-m/ecc --skill laravel-verification --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
jeffallan/claude-skills
jeffallan/claude-skills