laravel-verification

Automate end-to-end Laravel verification covering environment, linting, tests, security, and migrations.

8|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/D0NMEGA/donnyclaude --skill laravel-verification-d0nmega
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/D0NMEGA/donnyclaude/tree/main/packages/skills/laravel-verification
Command: npx skills add https://github.com/D0NMEGA/donnyclaude --skill laravel-verification-d0nmega

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates end-to-end verification for Laravel projects, validating environment setup, code quality, and deployment readiness. It reduces PR bottlenecks by catching misconfigurations and quality issues before deployment.

Core Features & Use Cases

  • Environment checks and dependency validation before execution
  • Linting, static analysis, tests with coverage, and security scans
  • Deployment readiness validation including migrations and queue/scheduler checks
  • Use Case: Before merging PRs, run the verification loop to ensure code health and deployment readiness.

Quick Start

Run the Laravel verification loop in your Laravel project to execute environment checks, linting, tests, security scans, and deployment readiness steps.

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 deployment readiness checks before merging a PR?

Automated Laravel deployment readiness checks validate environment setup, code quality, and migrations before merging PRs. This verification loop catches misconfigurations and quality issues early, reducing PR bottlenecks and ensuring code health.

What is included in a Laravel end-to-end verification process?

A Laravel end-to-end verification process includes environment checks, composer validation, lint tools, tests with coverage, security audits, migration state validation, and queue/scheduler checks. This ensures comprehensive code health and deployment readiness across environments.

Can I run Laravel security audits and linting in a single automated step?

Yes, you can run Laravel security audits and linting in a single automated step. The verification loop applies static analysis, lint tools, and security scans together, validating code quality and detecting vulnerabilities before deployment.

Does Laravel migration state validation work for post-refactor checks?

Yes, Laravel migration state validation works for post-refactor checks. The verification process validates migration states alongside environment setup and deployment readiness steps, ensuring database schema integrity after code refactoring across environments.

What's the best way to validate Laravel environment setup and dependencies?

The best way to validate Laravel environment setup is through automated environment checks and composer validation. This verifies dependency configuration and environment variables, preventing misconfigurations before executing tests or deployments.