laravel-verification

Automate Laravel project verification with environment, lint, test, and security checks.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Michae2xl/claude-skills-michael --skill laravel-verification-michae2xl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/Michae2xl/claude-skills-michael/tree/main/skills/laravel-verification
Command: npx skills add https://github.com/Michae2xl/claude-skills-michael --skill laravel-verification-michae2xl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the verification process for Laravel projects, ensuring that environments are properly configured, code is linted and tested, and security checks are passed before deployment.

Core Features & Use Cases

  • Environment Checks: Validates that PHP, Composer, and Laravel versions are correct and that environment variables are set.
  • Code Quality: Performs linting and static analysis on the codebase.
  • Testing and Coverage: Executes tests and provides code coverage reports.
  • Security Scanning: Identifies potential security vulnerabilities.
  • Deployment Readiness: Checks for issues that could prevent a smooth deployment.
  • Use Case: Before deploying a new version of a Laravel application, use this Skill to verify that all checks are passed, ensuring a stable deployment.

Quick Start

Run the 'laravel-verification' skill to perform all checks on your Laravel project 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 deployment readiness checks?

To automate Laravel deployment readiness checks, you can run a multi-phase verification process that validates environment configurations, executes tests, performs static analysis, and scans for security vulnerabilities before deploying your application.

What is included in a pre-deployment Laravel verification process?

A pre-deployment Laravel verification process includes validating PHP and Composer versions, checking environment variables, performing code linting, running static analysis, executing tests with coverage reports, and identifying potential security vulnerabilities.

Does this Laravel verification process require Composer to run?

Yes, this Laravel verification process requires both Laravel and Composer to be installed, as it relies on them to validate environment configurations and execute code quality and security checks.

How can I run static analysis and security scanning on a Laravel codebase?

You can run static analysis and security scanning on a Laravel codebase by executing an automated verification skill that performs linting, analyzes code quality, identifies security vulnerabilities, and generates test coverage reports.

When should I run environment checks for a Laravel project?

You should run environment checks for a Laravel project during your pre-deployment workflow to ensure PHP, Composer, and Laravel versions are correct and that all necessary environment variables are properly configured.

Can code linting and testing prevent Laravel deployment failures?

Yes, code linting and testing can prevent Laravel deployment failures by identifying code quality issues, verifying test coverage, and checking for deployment readiness problems before the new version is released.