laravel-verification

Automate Laravel project verification for CI/CD pipelines.

12|4|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/TeiNam/kiro-with-harness --skill laravel-verification-teinam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/TeiNam/kiro-with-harness/tree/main/skills/laravel-verification
Command: npx skills add https://github.com/TeiNam/kiro-with-harness --skill laravel-verification-teinam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the verification process for Laravel projects, covering environment checks, linting, static analysis, tests with coverage, security scans, and deployment readiness.

Core Features & Use Cases

  • Verification Loop: Automates the verification of Laravel projects with steps for environment checks, linting, static analysis, testing, security checks, database migrations, and deployment readiness.
  • Use Case: Before opening a pull request, after major changes, and pre-deployment, run the Laravel Verification Loop to ensure your project is ready for staging or production.

Quick Start

Run the Laravel Verification Loop for your project by executing the command 'laravel-verification run'.

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 for CI/CD pipelines?

Automate Laravel project verification by running a dedicated verification loop that executes environment checks, linting, static analysis, security scans, and deployment readiness checks. This enforces code quality and security standards within your CI/CD pipelines.

What checks are needed before deploying a Laravel application to production?

Pre-deployment checks for a Laravel application should include linting, static analysis, testing with coverage, security scans, database migrations, and deployment readiness verification to ensure the project is ready for staging or production.

Can I run static analysis and security scans together in a Laravel project?

Yes, you can run static analysis and security scans together in a Laravel project through an automated verification loop. This process sequentially executes environment checks, linting, testing, and security checks to enforce comprehensive code quality.

When should I run an automated verification loop for my Laravel codebase?

You should run an automated verification loop for your Laravel codebase before opening a pull request, after making major changes, and prior to deployment to ensure the project maintains development and deployment standards.

What is the best way to enforce code quality standards in Laravel continuous deployment?

The best way to enforce code quality standards in Laravel continuous deployment is to integrate an automated verification script into your pipeline that handles environment checks, testing, security scans, and deployment readiness validation.