laravel-verification

Run environment checks, linting, static analysis, tests, and security scans for Laravel projects.

3|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/agentmatters/mullai-bot --skill laravel-verification-agentmatters
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/agentmatters/mullai-bot/tree/main/src/Mullai.Skills/Skills/claude-code-everything/laravel-verification
Command: npx skills add https://github.com/agentmatters/mullai-bot --skill laravel-verification-agentmatters

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness.

Core Features & Use Cases

  • Environment validation & configuration checks: ensures .env presence and required keys, validates APP_ENV and APP_DEBUG settings, and confirms composer integrity.
  • Quality gates for code & tests: runs linting, static analysis, and unit/integration tests with coverage to enforce code quality.
  • Security & deployment readiness: performs dependency audits, security scans, migration reviews, and pre-deploy readiness checks for staging/production.

Quick Start

Invoke the laravel-verification skill against your Laravel project to run environment checks, linting, tests, and security scans before deployment.

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-deploy verification checks?▼

Laravel pre-deploy verification is automated by running environment checks, linting, static analysis, tests with coverage, and security scans to assess staging and production readiness.

What does a Laravel deployment readiness assessment include?▼

A Laravel deployment readiness assessment includes environment validation, dependency checks, code quality gates, test coverage enforcement, migration reviews, and security scans.

How do I set up Laravel CI/CD code quality gates?▼

Laravel CI/CD code quality gates are set up by running linting, static analysis, and unit or integration tests with coverage to enforce code quality before deployment.

Can I run Laravel security scans and dependency audits before deployment?▼

Yes, Laravel security scans and dependency audits can be run before deployment to identify vulnerabilities and confirm composer integrity across development and CI pipelines.

How do I validate Laravel environment configuration before staging?▼

Laravel environment validation confirms .env presence, required keys, APP_ENV and APP_DEBUG settings, and composer integrity before promoting to staging or production.