A comprehensive pre-deployment checklist that walks through environment validation, linting with Pint, static analysis with PHPStan, tests with coverage, security audits, and migration reviews before you ship. It's structured as seven sequential phases because environment checks need to pass before you bother running tests, and tests should be green before you verify deployment readiness. The migration phase is especially thorough, reminding you to check rollback paths and avoid irreversible data loss. If you're the type who's been bitten by a bad deploy because you forgot to verify queue configuration or cache warming, this gives you a repeatable pipeline. Works locally or in CI, with examples for both minimal flows and full coverage runs.
npx -y skills add affaan-m/everything-claude-code --skill laravel-verification --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
jeffallan/claude-skills
jeffallan/claude-skills