laravel-verification

Automate Laravel verification pipelines covering environment checks to deployment readiness.

2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/multiplex-ai/muggle-ai-teams --skill laravel-verification-multiplex-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/multiplex-ai/muggle-ai-teams/tree/main/skills/laravel-verification
Command: npx skills add https://github.com/multiplex-ai/muggle-ai-teams --skill laravel-verification-multiplex-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Laravel projects often suffer post-deploy issues due to missing environment configuration, lint failures, and insufficient tests. This Skill provides an end-to-end verification loop that validates environments, code quality, and deployment readiness before merging or releasing.

Core Features & Use Cases

  • Phase-based checks from environment validation through deployment readiness, building a reliable gate for PRs and CI.
  • Enforces environment validation, composer checks, linting, static analysis, tests with coverage, security scans, and migrations review to prevent regressions.
  • Use Case: run this loop during PR reviews or pre-release verifications to ensure Laravel applications are production-ready across staging and production environments.

Quick Start

Run the Laravel verification loop locally to preflight your PR and deployments.

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

Automated Laravel verification runs a comprehensive pipeline covering environment validation, linting, static analysis, tests with coverage, security scans, and migrations review to ensure deployment readiness before merging or releasing.

What steps should a pre-deploy Laravel testing pipeline include?

A pre-deploy Laravel testing pipeline should include environment validation, composer checks, linting, static analysis, tests with coverage, security audits, migrations review, and build readiness as sequential gate conditions to prevent regressions.

Can I use this Laravel verification loop for PR validation and post-refactor checks?

Yes, the Laravel verification loop is designed for PR validation, post-refactor checks, and pre-deploy verifications across staging and production environments within your CI pipelines to enforce code quality gates.

Does static analysis and security auditing belong in a Laravel CI pipeline?

Static analysis and security auditing are essential phases in a Laravel CI pipeline, enforcing code quality standards and detecting vulnerabilities before code reaches production environments during the verification process.

Why do Laravel projects fail after deploy despite passing local tests?

Laravel projects fail after deploy due to missing environment configuration, lint failures, and insufficient test coverage. An end-to-end verification loop validates these environment and code quality conditions before release.