laravel-verification

Automates Laravel project verification including linting, static analysis, tests, security scans, and deployment readiness checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates a comprehensive verification loop for Laravel projects, covering environment checks, linting, static analysis, tests with coverage, security scans, and deployment readiness to catch issues before PRs and deployments.

Core Features & Use Cases

  • Environment and Composer checks gate everything else; stop immediately if they fail.
  • Linting, static analysis, and tests with coverage ensure code quality and reliability.
  • Security scans and migration reviews verify behavior and data safety before deployment.
  • Build and deployment readiness checks finalize release readiness for staging or production.
  • Example use: Before merging major changes or dependency upgrades, run the full verification pipeline to ensure a green baseline.

Quick Start

Run the verification loop locally or in CI to validate environment, lint, static analysis, tests, security checks, migrations, 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 project verification before a pull request?

Automate Laravel project verification by running a pipeline that checks environment configuration, linting, static analysis, tests with coverage, and security scans to ensure a green baseline before merging.

What is included in a full Laravel deployment readiness check?

A Laravel deployment readiness check includes environment and Composer validation, static analysis, test coverage verification, security scans, migration reviews, and final build checks for staging or production.

How do I run static analysis and security scans for a Laravel codebase?

Run static analysis and security scans by integrating a verification loop that automatically evaluates code quality and audits dependencies for vulnerabilities before deployment.

Can I use automated verification to check Laravel migration safety post-refactor?

Yes, automated verification supports post-refactor checks by reviewing database migrations and validating behavior to ensure data safety and deployment readiness.

Does this verification pipeline stop if environment or Composer checks fail?

Yes, environment and Composer checks act as gate checks that stop the verification pipeline immediately if they fail, preventing downstream linting and analysis steps from running.

What is the best way to validate test coverage and code quality in Laravel?

The best way to validate Laravel code quality is running an end-to-end verification loop that combines linting, static analysis, and test coverage checks before dependency upgrades or releases.