laravel-verification

Automate Laravel project verification with environment checks, testing, and security audits.

3|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/rlagycks/oh-my-forge --skill laravel-verification-rlagycks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/rlagycks/oh-my-forge/tree/main/skills/laravel-verification
Command: npx skills add https://github.com/rlagycks/oh-my-forge --skill laravel-verification-rlagycks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the comprehensive verification process for Laravel projects, minimizing manual errors during deployment and code review.

Core Features & Use Cases

  • Environment Validation: Checks PHP, Composer, and Laravel environment consistency.
  • Code Quality Assurance: Runs linting and static analysis with Pint and PHPStan.
  • Testing and Coverage: Executes unit tests and measures code coverage.
  • Security Audits: Performs dependency security scans.
  • Migration and Deployment Checks: Validates database migrations and config caches.
  • Queue and Scheduler Monitoring: Ensures background jobs and scheduled tasks are functioning properly.
  • Use case involves preparing a Laravel app for production release, including routine checks and validations before deployment.

Quick Start

Run the verification sequence for a Laravel project to ensure readiness for deployment and release.

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?

Automate Laravel deployment verification by running environment checks, code analysis, unit testing, security audits, and migration validation to ensure production readiness.

What checks are needed to ensure a Laravel app is ready for production?

Laravel production readiness checks include environment validation, code quality assurance with Pint and PHPStan, unit testing, security audits, and database migration validation.

Does this Laravel verification process run static analysis and security audits?

Yes, the Laravel verification process runs code quality assurance with Pint and PHPStan, executes security audits on dependencies, and validates database migrations.

How do I validate database migrations and queue monitoring for a Laravel release?

Validate Laravel release readiness by running migration and deployment checks to verify database schema updates, config caches, queue jobs, and scheduled task execution.

Can I use this verification sequence for routine Laravel code review checks?

Yes, you can use this verification sequence for routine Laravel code review checks, as it automates environment validation, code analysis, testing, and deployment validation to minimize manual errors.