laravel-verification

Automate Laravel project verification for environment, code quality, and deployment readiness.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/GGEdu/claude-god-mode-template --skill laravel-verification-ggedu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/GGEdu/claude-god-mode-template/tree/main/skills/laravel-verification
Command: npx skills add https://github.com/GGEdu/claude-god-mode-template --skill laravel-verification-ggedu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end verification of Laravel projects, ensuring environments, code quality, and deployments are ready before merging or releasing.

Core Features & Use Cases

  • Environment & dependency checks ensure correct PHP, Composer, and Laravel tooling versions before proceeding.
  • Linting, static analysis, and tests validate code quality, coverage, and security posture across the codebase.
  • Deployment readiness gates ensure migrations, caching, queue workers, and scheduler configurations are correct for staging and production use cases.

Quick Start

Run the Laravel verification loop before PRs or deployments to verify environment, quality, and readiness.

Frequently Asked Questions about laravel-verification

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Laravel code quality and deployment readiness checks?

Automate Laravel deployment readiness by running a verification loop that enforces environment checks, composer validation, lint, static analysis, tests with coverage, security audits, and migration reviews before merging or releasing.

What is included in a Laravel pre-deployment verification loop?

A Laravel verification loop includes environment and dependency checks, linting, static analysis, test coverage validation, security audits, migration reviews, and deployment gates for caching, queues, and schedulers.

Can I run static analysis and security audits on Laravel before a pull request?

Yes, you can run static analysis and security audits on Laravel before a pull request to validate code quality, coverage, and security posture across the codebase to ensure it is ready for deployment.

How do I verify Laravel migrations and queue configurations for production?

Verify Laravel production readiness by applying deployment gates that review migrations, caching, queue workers, and scheduler configurations to ensure they are correct for staging and production environments.

Does Laravel deployment verification check PHP and Composer versions?

Yes, Laravel deployment verification checks environment and dependencies to ensure correct PHP, Composer, and Laravel tooling versions are present before proceeding with code quality and deployment gates.

When should I run a Laravel deployment readiness gate?

Run a Laravel deployment readiness gate before PRs, after major changes, and prior to deployment to catch configuration, lint, test, and security issues before releasing to staging or production.