Laravel developers can use this verification loop to check their projects before sharing code or deploying. It runs environment checks, linting, tests with coverage, security scans, and deployment readiness in order. Each step builds on the last so errors are caught early.
The process helps you avoid broken builds and security holes. It is meant for pull requests, major changes, and pre-deployment checks. You can run it manually or in a CI pipeline.
Final gates include queue and scheduler checks. Only safe commands run on non-production environments. This keeps your Laravel app stable and secure.
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