laravel-verification

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

1|1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/zardusai-cyber/zardus_setup --skill laravel-verification-zardusai-cyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/zardusai-cyber/zardus_setup/tree/main/ecc/skills/laravel-verification
Command: npx skills add https://github.com/zardusai-cyber/zardus_setup --skill laravel-verification-zardusai-cyber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Laravel projects commonly suffer from environment misconfigurations, missing lint or test coverage, and security gaps that slip into production. This skill provides a repeatable verification loop that checks environment settings, runs linting and static analysis, executes tests with coverage, performs security scans, and validates deployment readiness to prevent late-stage failures.

Core Features & Use Cases

  • Environment validation and Laravel Sail compatibility checks
  • Linting, static analysis, and code quality gates
  • Tests with coverage and security audits
  • Migration and deployment readiness checks across staging and production
  • Use Case: Before PRs after major changes, ensuring a clean baseline and reliable releases

Quick Start

Run the verification loop on your Laravel project to validate environment, code quality, tests, and deployment readiness.

Frequently Asked Questions about laravel-verification

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

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

Automate Laravel verification by running a pipeline that checks environment settings, lints code, runs static analysis, executes tests with coverage, and performs security scans to gate pull requests. This enforces phase-driven checks and prevents late-stage failures.

What is included in a Laravel continuous integration verification loop?

A Laravel CI verification loop includes environment validation, linting, static analysis, test execution with coverage, security scans, and deployment readiness checks. It validates dependencies and ensures reproducible results across local, staging, and CI pipelines.

Does this verification process work with Laravel Sail environments?

Yes, the verification process includes Laravel Sail compatibility checks as part of its environment validation. It validates environment settings to ensure your local and CI pipelines are correctly configured before running quality gates.

How do I run security scans and static analysis for PHP in a Laravel project?

Run security scans and static analysis for PHP by executing the verification loop, which performs automated security audits and code quality gates. This identifies security gaps and code issues before major changes are merged or deployed.

What is the best way to check Laravel deployment readiness across staging and production?

Check Laravel deployment readiness by running a verification loop that validates migrations and environment configurations across staging and production. This ensures a clean baseline and reliable releases prior to deployment.

When should I run a full Laravel code quality and testing pipeline?

Run a full Laravel code quality and testing pipeline before pull requests, after major changes, and prior to deployment. This ensures phase-driven checks catch environment misconfigurations, missing test coverage, and security gaps early.