laravel-verification

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

2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/klu-dev/porting-ecc-to-vscode --skill laravel-verification-klu-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/klu-dev/porting-ecc-to-vscode/tree/main/.github/skills/laravel-verification
Command: npx skills add https://github.com/klu-dev/porting-ecc-to-vscode --skill laravel-verification-klu-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the verification process for Laravel projects, addressing environment checks, linting, static analysis, tests, security scans, and deployment readiness, streamlining the development workflow.

Core Features & Use Cases

  • Automated Verification: Sequentially runs environment checks, linting, static analysis, tests, security scans, and deployment readiness.
  • Environment Checks: Ensures required environment settings are correct.
  • Security and Dependency Checks: Performs security audits and dependency checks.
  • Deployment Readiness: Validates build and deployment readiness.

Quick Start

Run the laravel-verification skill to verify 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 project verification before deployment?

Automating Laravel project verification involves sequentially running environment checks, linting, static analysis, tests, and security scans. This ensures your project meets all deployment readiness requirements before release.

What checks are included in a Laravel deployment readiness verification process?

A Laravel deployment readiness verification process includes environment checks, linting, static analysis, test execution, and security scans. Running these checks sequentially validates your configuration and dependencies to ensure the application is fully prepared for deployment.

Do I need Composer to run security scans and static analysis on a Laravel project?

Yes, you need Composer and a configured Laravel environment to run security scans and static analysis. These tools manage the required testing and security dependencies needed to execute the verification workflow effectively.

How do I run environment checks and linting for a Laravel application?

Run environment checks and linting for a Laravel application by executing an automated verification workflow. This sequentially validates your required environment settings and analyzes code to ensure compliance before moving to deeper security scans.

What is the best way to perform security audits and dependency checks in Laravel?

The best way to perform security audits and dependency checks in Laravel is using an automated verification workflow. This integrates security scans directly into your development process, identifying vulnerabilities and validating dependencies before deployment.