laravel-verification

Verify Laravel projects with linting, static analysis, tests, and security scans.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mkopcic/md-solutions.hr-racuni-app --skill laravel-verification-mkopcic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/mkopcic/md-solutions.hr-racuni-app/tree/main/.github/skills/laravel-verification
Command: npx skills add https://github.com/mkopcic/md-solutions.hr-racuni-app --skill laravel-verification-mkopcic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Laravel projects often suffer from configuration drift, unnoticed linting or security issues, and unreliable readiness signals right before deployment.

Core Features & Use Cases

  • End-to-end verification loop that validates environment configuration, linting, static analysis, tests with coverage, security scans, and deployment readiness gates.
  • Pre-deploy and PR-ready checks that provide deterministic gates and clear failure signals to stakeholders.
  • Use Case: before merging a PR for a Laravel project, run the verification to ensure a stable codebase and compliant deployment build.

Quick Start

Use the Laravel verification loop to run a full readiness assessment before merging or deploying.

Frequently Asked Questions about laravel-verification

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

FAQPage Schema
How do I run a full verification loop for a Laravel project before deployment?

A Laravel verification loop validates environment configuration, runs linting and static analysis, executes tests with coverage, performs security scans, and checks deployment readiness. It provides deterministic gates with clear failure signals for unsafe configurations before merging or deploying.

What is the best way to automate Laravel security scans and static analysis in CI/CD?

Automated Laravel verification applies security scans and static analysis across typical lifecycle events like PRs and major changes. It enforces dependency validation and environment variable requirements, gating the CI/CD pipeline to ensure a stable, compliant codebase before deployment.

Does Laravel verification check environment variables and app settings before a release?

Yes, Laravel verification enforces requirements for environment variables and correct app settings. It validates environment configuration during the readiness assessment, providing clear failure signals for unsafe configurations to prevent deployment of non-compliant application builds.

What does a Laravel pre-deploy readiness check include?

A Laravel pre-deploy readiness check includes validating environment configuration, linting, static analysis, tests with coverage, security scans, and build readiness. It provides clear failure signals to stakeholders, ensuring deterministic gating for a stable codebase and compliant deployment build.

Why does my Laravel deployment fail due to unsafe configurations?

Laravel deployments fail when verification detects unsafe configurations, such as missing environment variables or incorrect app settings. The verification loop enforces dependency validation and build readiness, providing clear failure signals to prevent releasing a non-compliant build.