laravel-verification

Automate Laravel environment checks, linting, tests, security scans, and deployment readiness.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Laravel projects often suffer from regressions due to misconfigured environments, flaky tests, and missing deployment readiness checks; this Skill automates a comprehensive verification loop to catch issues early.

Core Features & Use Cases

  • Environment validation: checks PHP, Composer, Laravel version, and env keys before running any tests.
  • Linting, static analysis, and tests with coverage to ensure code quality and reliability.
  • Security and migrations review to prevent risky changes from reaching production.
  • Deployment readiness gates: configure caches, queues, and scheduler verification to ensure smooth releases.
  • Use Case: Before merging a PR, run the full verification loop to verify environment correctness, code quality, security posture, and deployment readiness.

Quick Start

Run the Laravel verification loop in your project to automatically perform environment checks, linting, tests, security scans, 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 Laravel deployment readiness checks before merging a PR?

Automate Laravel deployment readiness by running an end-to-end verification loop that validates environments, analyzes code, executes tests, scans security, and checks migrations before merging a PR.

What is included in an end-to-end Laravel verification loop?

An end-to-end Laravel verification loop includes environment validation, linting, static analysis, tests with coverage, security checks, and migration readiness to catch regressions early.

Can I validate PHP and Composer versions before running Laravel tests?

Yes, you can validate PHP, Composer, and Laravel versions, along with environment keys, before running tests to ensure environment correctness and prevent misconfigured deployments.

How do I prevent risky database migrations from reaching production in Laravel?

Prevent risky migrations from reaching production by running a security and migrations review within your pre-release validation loop to verify migration readiness before deployment.

Does static analysis and linting work with pre-release validation for Laravel projects?

Yes, static analysis and linting work with pre-release validation to ensure code quality and reliability across Laravel projects before staged deployments are approved.

What's the best way to verify queues and caches for Laravel staged deployments?

Verify queues, caches, and schedulers for Laravel staged deployments by applying deployment readiness gates that ensure smooth releases and prevent configuration regressions.