laravel-verification

Automate Laravel environment checks, linting, static analysis, tests, and security audits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end Laravel project verification to catch configuration, quality, and security issues before merging or deployment.

Core Features & Use Cases

  • Environment checks and readiness verification: validates PHP version, extensions, and .env integrity.
  • Linting and static analysis: runs PHP_CodeSniffer and PHPStan or Psalm for code quality.
  • Tests with coverage: executes Laravel tests and reports coverage metrics.
  • Security and deployment readiness: performs dependency audits and checks deployment readiness gates.

Quick Start

Invoke the Laravel verification workflow on a Laravel project to perform environment checks, linting, tests with coverage, and security scans.

Frequently Asked Questions about laravel-verification

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

FAQPage Schema
How do I automate a Laravel verification workflow for pre-PR validation?

To automate Laravel verification for pre-PR validation, use an automated workflow that runs environment checks, linting, static analysis, tests with coverage, and security audits to ensure code quality before merging or deployment.

What does a Laravel deployment readiness check include?

A Laravel deployment readiness check includes validating the PHP version and extensions, checking .env integrity, performing dependency audits, and verifying deployment gates to ensure the application is fully prepared for release.

How do I run linting and static analysis on a Laravel project?

To run linting and static analysis on a Laravel project, execute an automated verification workflow that utilizes PHP_CodeSniffer alongside PHPStan or Psalm to detect code quality issues and enforce coding standards.

Can I use automated Laravel verification across CI pipelines?

Yes, you can use automated Laravel verification across CI pipelines to continuously validate environment configuration, run tests with coverage metrics, and perform security audits during post-refactor audits or deployment readiness checks.

Why do I need environment checks before deploying a Laravel application?

You need environment checks before deploying a Laravel application to validate the PHP version, verify required extensions, and ensure .env integrity, preventing configuration issues from reaching production environments.