laravel-verification

Run sequential Laravel environment, code quality, test, security, and deployment checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Laravel projects frequently have undetected environment misconfigurations, code quality issues, failing tests, security vulnerabilities, and deployment blockers that slip into pull requests or production, causing outages, rollbacks, and wasted developer time. This Skill automates the full end-to-end verification pipeline to catch all these issues early in the development cycle.

Core Features & Use Cases

  • Multi-phase gated pipeline: Sequentially runs environment checks, linting/static analysis, test coverage, security audits, migration safety reviews, and deployment readiness checks, stopping immediately on critical early failures to save time.
  • Flexible tooling support: Compatible with both PHPStan and Psalm for static analysis, includes support for Laravel Sail, Horizon, and custom queue health checks for apps with background processing.
  • Use cases: Run before opening pull requests, after major refactors or dependency upgrades, and pre-deployment to staging or production environments to ensure releases are stable and secure.

Quick Start

Use the laravel-verification skill to run the complete pre-deployment verification pipeline for your Laravel project, including all environment, code quality, testing, security, and deployment readiness checks.

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 verification to catch environment and security issues?

Automate Laravel pre-deployment verification by sequentially running environment checks, static analysis, test coverage, security audits, and migration safety reviews to catch misconfigurations and vulnerabilities before they reach production.

What is the best way to run a full code quality and security audit before opening a Laravel pull request?

The best way to run a Laravel code quality and security audit before a pull request is executing a multi-phase gated pipeline that performs static analysis, test runs, and security checks, stopping immediately on critical early failures.

Does Laravel verification support static analysis tools like PHPStan and Psalm?

Laravel verification supports flexible tooling for static analysis, including compatibility with both PHPStan and Psalm to evaluate code quality alongside background processing health checks for Horizon and Sail.

How do I validate deployment readiness for Laravel apps with background queues and schedulers?

Validate Laravel deployment readiness by running automated checks on production cache configurations, custom queue health, and scheduler readiness to ensure background processing components are fully operational before staging or production releases.

When do I need to run a full Laravel migration safety and deployment readiness check?

You need to run a Laravel migration safety and deployment readiness check after major refactors, dependency upgrades, or pre-staging to ensure releases are stable, secure, and free of deployment blockers.

Why does my Laravel deployment fail despite passing local tests, and how can I prevent it?

Laravel deployments often fail due to undetected environment misconfigurations or deployment blockers; prevent this by automating post-refactor and pre-PR validation pipelines that review migration safety and production readiness.