lc:deploy-checklist

Analyze Laravel project configurations and code quality for production readiness.

12|2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/edulazaro/laraclaude --skill lc-deploy-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lc:deploy-checklist
Source: https://github.com/edulazaro/laraclaude/tree/main/skills/deploy-checklist
Command: npx skills add https://github.com/edulazaro/laraclaude --skill lc-deploy-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the guesswork and manual oversight involved in preparing a Laravel application for production by identifying configuration gaps, security vulnerabilities, and performance bottlenecks.

Core Features & Use Cases

  • Comprehensive Audit: Scans environment variables, cache drivers, queue connections, and mail configurations against production best practices.
  • Security & Quality Checks: Detects missing HTTPS enforcement, insecure CORS settings, debug statements, and TODO comments that should be resolved before deployment.
  • Actionable Reporting: Provides a clear pass/fail report with specific remediation steps to ensure the application is stable and secure.

Quick Start

Run the deploy checklist to analyze the current project configuration and identify potential production readiness issues.

Frequently Asked Questions about lc:deploy-checklist

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

FAQPage Schema
How do I check if my Laravel application is ready for production deployment?

To check Laravel production readiness, you need to audit environment variables, security middleware, cache drivers, and debug configurations. A static analysis of your project configurations identifies common misconfigurations and provides actionable remediation steps before deployment.

What security configurations should I verify before deploying a Laravel app?

Before deploying a Laravel app, verify security configurations like HTTPS enforcement, CORS settings, and environment variables. You should also scan for potential debug leaks and ensure insecure middleware settings are resolved to prevent vulnerabilities in production.

How do I audit Laravel environment variables and cache drivers for production?

Auditing Laravel environment variables and cache drivers involves scanning your application directory against production best practices. This checks environment configurations, queue connections, and mail settings to ensure adherence to production standards and identify performance bottlenecks.

Does a Laravel production readiness checklist detect debug statements and TODO comments?

Yes, a Laravel production readiness checklist detects debug statements and TODO comments during its code quality checks. It flags these unresolved items alongside missing HTTPS enforcement and insecure CORS settings to ensure application stability before release.

Can I get a pass/fail report for Laravel production misconfigurations?

Yes, you can generate a pass/fail report for Laravel production misconfigurations by running a static analysis checklist. This report identifies configuration gaps and security vulnerabilities, providing specific remediation steps to achieve production readiness.