laravel-verification

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

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/TymorIbrahim/UniPilot --skill laravel-verification-tymoribrahim
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/TymorIbrahim/UniPilot/tree/main/.cursor/skills/laravel-verification
Command: npx skills add https://github.com/TymorIbrahim/UniPilot --skill laravel-verification-tymoribrahim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the verification process for Laravel projects, ensuring they meet deployment standards before release.

Core Features & Use Cases

  • Environment Checks: Validates PHP, Composer, and Laravel versions.
  • Linting and Static Analysis: Ensures code quality with tools like Pint and PHPStan.
  • Tests and Coverage: Runs Laravel tests and generates coverage reports.
  • Security and Dependency Checks: Audits for vulnerabilities with Composer Audit.
  • Database and Migrations: Reviews migrations for destructive changes and rollbacks.
  • Build and Deployment Readiness: Checks for cache warmups, queue configuration, and writable directories.
  • Queue and Scheduler Checks: Validates queue status and scheduler configuration.

Quick Start

Run the Laravel verification loop to ensure your project is ready for 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 before release?▼

Laravel deployment readiness checks validate cache warmups, queue configuration, and writable directories to ensure your project meets deployment standards before release.

What is included in a Laravel project verification process?▼

Laravel project verification includes environment checks, static analysis, test execution, security auditing, and migration reviews to ensure code quality and compliance.

How do I check Laravel migrations for destructive changes before deploying?▼

Laravel migration checks review migrations for destructive changes and validate rollback capabilities to ensure database integrity before deployment.

Does this Laravel verification tool check PHP and Composer version requirements?▼

Yes, Laravel verification includes environment checks that validate PHP, Composer, and Laravel versions to ensure your project meets the required deployment standards.

How do I run static analysis and security scans on a Laravel codebase?▼

Run static analysis and security scans on a Laravel codebase by executing a verification loop that uses PHPStan for code quality and Composer Audit for vulnerability detection.

What's the best way to ensure Laravel queue and scheduler configuration is correct?▼

The best way to ensure Laravel queue and scheduler configuration is correct is by running an automated verification check that validates queue status and scheduler settings before deployment.