laravel-verification

Verify Laravel projects for configuration, code quality, testing, security, and deployment readiness.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/xxih/ai-harness-zh --skill laravel-verification-xxih
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/xxih/ai-harness-zh/tree/main/references/translations/everything-claude-code/docs/zh-CN/skills/laravel-verification
Command: npx skills add https://github.com/xxih/ai-harness-zh --skill laravel-verification-xxih

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the need for a reliable, end‑to‑end verification pipeline for Laravel applications, eliminating manual, error‑prone checks before code is merged or deployed.

Core Features & Use Cases

  • Environment and Composer validation to catch configuration issues early.
  • PHP linting and static analysis using tools like Pint and PHPStan.
  • Automated testing with coverage reporting.
  • Dependency audit and security scanning.
  • Migration verification and safe rollback checks.
  • Build optimizations and cache warming for production readiness.
  • Queue and scheduler health checks, including Horizon support. Use case example: before merging a pull request that updates dependencies or refactors core modules, run this skill to ensure the project passes all quality gates.

Quick Start

Execute the Laravel verification workflow to ensure your project passes all checks before merging.

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 verification before merging a pull request?

Automate Laravel verification by running a pipeline that enforces Composer validation, PHP linting, static analysis, testing, and dependency audits before pull requests are merged. This ensures code quality and security checks pass automatically.

What is included in a Laravel deployment readiness check?

A Laravel deployment readiness check includes environment configuration validation, migration safety verification, build optimizations, cache warming, and queue health checks to ensure production stability before release.

Can I use static analysis and code linting tools like Pint and PHPStan with Laravel?

Yes, you can use Pint and PHPStan with Laravel to perform PHP linting and static analysis. These tools identify code quality issues and enforce styling standards during your verification workflow.

How do I verify Laravel migration safety and rollback checks before deployment?

To verify Laravel migration safety, run a verification workflow that checks migration integrity and safe rollback paths before staging or production deployment. This prevents database breaking changes from reaching live environments.

Does Laravel verification include queue and scheduler health checks with Horizon support?

Yes, Laravel verification includes queue and scheduler health checks, with specific support for Horizon. This ensures your background jobs and scheduled tasks remain operational after deployment.