# Laravel Production Readiness

> AI-optimized production readiness skill for Laravel projects. Evaluates architecture, security, database safety, performance, quality gates, deployment safety, and Git workflow before shipping code.

- Skill: `cesarmdz/laravel-production-readiness` (Agent Skill, multi-file: 9 files)
- Install (CLI): `npx skillmds@latest add cesarmdz/laravel-production-readiness`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cesarmdz/laravel-production-readiness/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- License: MIT
- Author: CesarMdz (https://skillmd.com/u/cesarmdz)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cesarmdz/laravel-production-readiness

---


# Laravel Production Readiness Skill

## Objective

Standardize and enforce production-safe Laravel practices.

## Output Contract

When invoked, the AI must:

1. Analyze the change or repository state
2. Detect architectural risks
3. Identify database and migration risks
4. Validate security posture
5. Suggest performance improvements
6. Validate deploy readiness
7. Provide structured Git commit and PR guidance
8. Warn if not production-ready

---

## Core Modules

See /modules directory for detailed breakdown.

## Start here

- modules/00-overview.md
- modules/03-database.md (highest impact)
- modules/06-deploy.md

