laravel-verification

Automate Laravel environment validation, static analysis, and deployment readiness checks.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/its-Basudeba/Care-HMS --skill laravel-verification-its-basudeba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/its-Basudeba/Care-HMS/tree/main/.agent/skills/laravel-verification
Command: npx skills add https://github.com/its-Basudeba/Care-HMS --skill laravel-verification-its-basudeba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the inconsistency and human error inherent in manual pre-deployment checks for Laravel applications by providing a standardized, multi-phase verification pipeline.

Core Features & Use Cases

  • Automated Pipeline: Executes environment checks, linting, static analysis, and security audits in a logical sequence.
  • Deployment Readiness: Validates cache, queue, and scheduler configurations to ensure the application is production-ready.
  • Use Case: Before merging a pull request, use this Skill to run the full verification suite to ensure code quality, security compliance, and deployment stability.

Quick Start

Run the laravel-verification skill to execute the full pre-deployment check suite on the current project directory.

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 pre-deployment checks in a CI/CD pipeline?

You can automate Laravel pre-deployment checks by running a multi-phase verification pipeline that executes environment validation, linting, static analysis, and security audits sequentially before merging code.

What is Laravel deployment readiness verification?

Laravel deployment readiness verification is the process of validating cache, queue, and scheduler configurations to ensure the application is properly configured and stable for production environments.

Do I need PHPStan and Pint to run static analysis on a Laravel project?

Yes, standard Laravel development tools including Pint for linting, PHPStan for static analysis, and Artisan CLI access are required to execute the full verification suite.

How do I ensure Laravel code quality and security compliance before a pull request?

You ensure Laravel code quality and security compliance before a pull request by running an automated verification suite that performs environment checks, static analysis, and security audits.

Does this Laravel verification process work without manual pre-merge workflows?

The Laravel verification process replaces inconsistent manual pre-merge workflows with a standardized, automated pipeline to eliminate human error during pre-deployment code checks.