laravel-verification

Automate Laravel environment checks, static analysis, and deployment readiness validation.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/vrcms/everything-qwen-code --skill laravel-verification-vrcms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/vrcms/everything-qwen-code/tree/main/.qwen/skills/laravel-verification
Command: npx skills add https://github.com/vrcms/everything-qwen-code --skill laravel-verification-vrcms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the risk of deploying broken or insecure Laravel applications by automating the verification of environment configurations, code quality, and deployment readiness.

Core Features & Use Cases

  • Comprehensive Pipeline: Executes a sequential check covering environment validation, linting, static analysis, and security audits.
  • Deployment Readiness: Verifies cache status, queue health, and migration integrity to ensure the application is ready for production.
  • Use Case: Before merging a pull request, run this skill to ensure your code passes all static analysis, security audits, and test suites, preventing runtime errors in production.

Quick Start

Run the laravel-verification skill to perform a full pre-deployment health check on your current Laravel project.

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 production readiness checks before deployment?

Automating Laravel production readiness checks involves validating environment configurations, running static analysis, and verifying deployment integrity to prevent runtime errors. This skill sequentially executes linting, security audits, and migration checks for CI/CD workflows.

What is Laravel deployment verification and why do I need it?

Laravel deployment verification is the process of confirming code quality, security compliance, and infrastructure configuration before release. You need it to eliminate the risk of deploying broken or insecure PHP applications to production environments.

Does this automated Laravel health check verify queue health and cache status?

Yes, automated Laravel health checks verify cache status, queue health, and migration integrity. This ensures your application infrastructure is fully configured and ready for production traffic during pre-deployment workflows.

Can I run static analysis and security audits for Laravel in a CI/CD pipeline?

Yes, you can run static analysis and security audits for Laravel within CI/CD pipelines. This skill integrates into pre-deployment workflows to ensure code passes all test suites and security compliance checks before merging.

What's the best way to prevent deploying broken Laravel applications?

The best way to prevent deploying broken Laravel applications is running automated verification checks before merging pull requests. This validates environment configurations, executes static analysis, and performs security audits to catch runtime errors early.