laravel-verification

Run environment checks, linting, tests, security scans, and deployment-readiness checks on Laravel projects.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/KanakMalpani/General-Private-Skills --skill laravel-verification-kanakmalpani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/KanakMalpani/General-Private-Skills/tree/main/skills/laravel-verification
Command: npx skills add https://github.com/KanakMalpani/General-Private-Skills --skill laravel-verification-kanakmalpani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies Laravel projects through a structured verification loop, ensuring environment readiness, code quality, and deployment readiness before release.

Core Features & Use Cases

  • Environment validation: checks PHP, Composer, Laravel versions, and required env keys.
  • Quality gates: linting, static analysis, tests with coverage, and security scans to catch issues early.
  • Release readiness: migration checks, build caches, and deployment readiness validation for staging/production.

Quick Start

Run the Laravel verification workflow to automatically perform environment checks, linting, tests, security reviews, migrations, and deployment readiness before release.

Frequently Asked Questions about laravel-verification

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run end-to-end Laravel verification before a pull request?

End-to-end Laravel verification runs environment checks, linting, static analysis, tests with coverage, security scans, and deployment-readiness checks. Automating this structured verification loop ensures environment readiness and code quality before release.

What checks are needed for Laravel deployment readiness?

Laravel deployment readiness requires migration checks, build caches, and validation for staging or production. Running these checks alongside environment validation ensures your codebase is fully prepared for release across different deployment workflows.

Can I use automated Laravel security scans and static analysis in CI pipelines?

Automated Laravel security scans and static analysis can be integrated into CI pipelines. The verification process applies to multi-env configurations and CI pipelines, catching security and code quality issues across local, staging, and production workflows.

Do I need Composer and PHP installed to run Laravel tests with coverage?

You need PHP, Composer, and Laravel installed to run tests with coverage. Environment validation specifically checks these versions and required project-specific environment keys before performing comprehensive test and coverage reporting.

Does this Laravel verification process work for monorepos and multi-env configurations?

This Laravel verification process applies to codebases of any size, including monorepos and multi-env configurations. It handles local development, staging, and production workflows by running environment checks and quality gates.

What is the best way to validate Laravel environment variables and dependencies before staging?

The best way to validate Laravel environments is running an automated check for PHP, Composer, and Laravel versions alongside required environment keys. This validation prevents deployment failures by ensuring all dependencies are correctly configured.