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.
Global
mkdir -p ~/.claude/skills/laravel-verificationProject
mkdir -p .claude/skills/laravel-verificationSource Repository
Google Agents Cli Deploygoogle/agents-cli
Deploy Google ADK agents to Agent Runtime, Cloud Run, or GKE with CI/CD
Turborepovercel/turborepo
Speed up your monorepo builds with Turborepo's caching and parallel task runs
Expo Cicd Workflowsexpo/skills
Write and validate EAS workflow YAML files for Expo CI/CD automation
Golang Continuous Integrationsamber/cc-skills-golang
Automate testing linting security and releases for Go projects with GitHub Actions
Docker Expertsickn33/antigravity-awesome-skills
Optimize, secure, and deploy Docker containers like a pro with proven techniques
Multi Stage Dockerfilegithub/awesome-copilot
Create efficient, secure Docker images using multi-stage builds and best practices
Diagnose Ci Failureswarpdotdev/common-skills
Diagnose CI failures fast and get a clear fix plan without touching code
Github Actions Templateswshobson/agents
Create production-ready GitHub Actions workflows for automated testing and deployment