laravel-verification

Automate Laravel project verification from environment checks to deployment readiness.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/XiaoPuOuO/VFactory --skill laravel-verification-xiaopuouo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/XiaoPuOuO/VFactory/tree/main/paperclip-official/AgentSetting/skills/laravel-verification
Command: npx skills add https://github.com/XiaoPuOuO/VFactory --skill laravel-verification-xiaopuouo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Laravel projects frequently face delays and risks due to inconsistent verification before PRs and deployments. This skill provides a structured, repeatable loop that validates environment configuration, enforces coding standards, runs tests with coverage, performs security scans, reviews migrations, and confirms deployment readiness.

Core Features & Use Cases

  • Environment validation gates every subsequent step by confirming required environment variables, PHP/Laravel versions, and production settings.
  • Quality assurance pipeline executes linting, static analysis, tests with coverage, and security checks to ensure code health.
  • Deployment readiness checks include migrations review, cache/config/build readiness, and queue/scheduler status.
  • Use Case: Before merging a Laravel refactor, run this loop to catch configuration issues and certify deployment readiness.

Quick Start

Run the Laravel verification loop from your project root to validate environment, linting, tests, security, 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 end-to-end Laravel verification before merging a pull request?

Run a structured verification loop from your project root that validates environment configuration, executes linting and static analysis, runs tests with coverage, performs security audits, and reviews migrations to certify deployment readiness before PRs.

What checks are needed for Laravel pre-production readiness?

Pre-production readiness requires validating environment variables and PHP/Laravel versions, enforcing coding standards via linting and static analysis, running tests with coverage, executing security scans, reviewing migrations, and confirming cache, config, build, and queue readiness.

Does this Laravel verification process work without any external dependencies?

Yes, the Laravel verification process operates without external dependencies, applying directly to PHP projects using Laravel to validate environment settings, enforce code health through static analysis, and confirm deployment readiness across PR pre-checks and post-refactor validation.

Why should I run environment validation before executing Laravel tests and security scans?

Environment validation gates every subsequent step by confirming required environment variables, PHP/Laravel versions, and production settings, ensuring that linting, static analysis, tests, and security checks execute accurately against a properly configured Laravel application.

What is the best way to validate code health after a Laravel refactoring?

The best way to validate code health after a Laravel refactor is to run a quality assurance pipeline that executes linting, static analysis, tests with coverage, and security checks to catch configuration issues and certify deployment readiness.