AI AGENT ADDONS
DevOps & CI/CD
3,723installs

Before you push code to a Laravel project, run a full verification loop. This skill walks you through environment checks, linting, static analysis, tests with coverage, security scans, and deployment readiness. Each step builds on the last to catch problems early.

Developers use this loop before pull requests, after major changes, and before deploying to staging or production. It includes composer validation, PHP linting with Pint, PHPStan or Psalm analysis, full test suite with coverage, composer audit for security, migration reviews, and cache warmups.

The final checks cover queue workers, scheduled tasks, and Horizon status. Only when all phases pass is the project ready to merge or release. This routine prevents broken builds and security issues from reaching production.

Add Laravel Verification skill to your workflow

Global

mkdir -p ~/.claude/skills/laravel-verification

Project

mkdir -p .claude/skills/laravel-verification

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago