laravel-verification

Verifies Laravel projects' environment, code quality, security, and deployment readiness.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ssrxs/scx-studio-pro-fixed --skill laravel-verification-ssrxs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/ssrxs/scx-studio-pro-fixed/tree/main/gemini-skills/ecc-laravel-verification
Command: npx skills add https://github.com/ssrxs/scx-studio-pro-fixed --skill laravel-verification-ssrxs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Laravel projects often drift between environments and QA standards; this skill provides a repeatable verification loop that checks environment config, linting/static analysis, tests with coverage, security audits, migrations, and deployment readiness.

Core Features & Use Cases

  • Environment checks including PHP, Composer, Laravel version, and .env validation.
  • Linting, static analysis, tests with coverage, and security audits to prevent regressions.
  • Deployment readiness checks covering migrations, build caches, and queue/scheduler health.
  • Pre-PR and pre-deploy verification to catch issues early in the development lifecycle.

Quick Start

Run the Laravel verification loop on your project to automatically validate environment settings, linting, tests, security checks, and deployment 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 pre-deployment checks for migrations and queue health?

Run a Laravel verification loop to validate environment configurations, execute database migrations, and inspect queue and scheduler health, ensuring full deployment readiness before releasing your application.

What is included in a Laravel pre-PR verification process?

A Laravel pre-PR verification process includes environment validation, linting, static analysis, test execution with coverage, and security audits to catch regressions and ensure code quality before merging changes.

Can I run static analysis and security audits on my Laravel project automatically?

Yes, you can run static analysis and security audits automatically by applying a repeatable verification loop during post-refactor checks or pre-PR reviews to prevent code drift and identify vulnerabilities early.

Does the Laravel verification process check PHP and Composer versions?

Yes, the Laravel verification process checks PHP and Composer versions alongside Laravel framework versions and .env validation to confirm your local environment matches the required project configuration.

What's the best way to prevent environment drift in Laravel applications?

The best way to prevent environment drift in Laravel applications is to enforce a repeatable verification loop that validates environment settings, runs tests with coverage, and executes security audits before deployment.

When do I need to run a Laravel deployment readiness check?

You need to run a Laravel deployment readiness check before PRs, after refactoring code, and prior to deployment to validate build caches, migrations, and queue health, catching issues early in the development lifecycle.