laravel-verification

Run end-to-end verification pipelines for Laravel projects before PRs and deployments.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/SOLEROM/cldlab --skill laravel-verification-solerom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/SOLEROM/cldlab/tree/main/ecc/ref_claude/skills/laravel-verification
Command: npx skills add https://github.com/SOLEROM/cldlab --skill laravel-verification-solerom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Laravel projects frequently drift in configuration and quality across PRs and deployments. This skill provides an end-to-end verification loop that validates environments, dependencies, linting, static analysis, tests with coverage, security audits, and deployment readiness to ensure stable releases.

Core Features & Use Cases

  • Environment and dependency validation to catch misconfigurations early.
  • Linting, static analysis, and comprehensive tests to enforce code quality and safety.
  • Pre-deploy checks for migrations, deploy readiness, and staging integrity.

Quick Start

Run the Laravel verification pipeline on your project to ensure PR readiness and deployment confidence.

Frequently Asked Questions about laravel-verification

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

FAQPage Schema
How do I automate end-to-end verification for a Laravel project before deployment?

Automated Laravel verification validates environments, dependencies, and code quality through a structured pipeline. It executes composer validation, static analysis, tests with coverage, and security audits to ensure PR readiness and deployment confidence.

What does Laravel deployment readiness checks include for staging environments?

Laravel deployment readiness checks include environment validation, dependency checks, migrations review, and staging integrity verification. These steps ensure stable releases by catching configuration drift and critical issues before production deployment.

How do I run linting and static analysis on my PHP code for Laravel PRs?

Run linting and static analysis on PHP code through an automated verification pipeline to enforce code quality and safety. It evaluates your Laravel project against quality gates and fails fast on critical issues before PR approval.

Does Laravel verification work with composer validation and autoload optimization?

Yes, Laravel verification integrates composer validation and autoload optimization within its structured pipeline. It checks dependencies and optimizes autoloading to catch misconfigurations early and ensure environment readiness before testing and deployment.

Can I use automated testing with coverage as a deployment gate for Laravel?

Yes, you can use automated testing with coverage as a deployment gate for Laravel projects. The verification pipeline runs comprehensive tests and applies deployment readiness gates, failing fast on critical issues to guarantee stable releases.