production-ready

Analyze codebases to identify production-readiness gaps using Pest and Playwright tests.

35|11|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/mwguerra/claude-code-plugins --skill production-ready
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: production-ready
Source: https://github.com/mwguerra/claude-code-plugins/tree/main/code/skills/production-ready/SKILL.md
Command: npx skills add https://github.com/mwguerra/claude-code-plugins --skill production-ready

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes codebases end-to-end, identifies gaps, runs Pest tests and Playwright UI tests, and documents work to ensure production readiness.

Core Features & Use Cases

  • Inventory of codebase structure, dependencies, and tests.
  • Automated Pest and Playwright-based verification workflow.
  • Step-by-step commit and verification guidance to reach production readiness.

Quick Start

Run the audit flow with the production-ready skill to scan the repository and generate a plan in .taskmanager.

Frequently Asked Questions about production-ready

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

FAQPage Schema
How do I ensure my Laravel app is production-ready before deployment?▼

Production-ready verification involves analyzing your codebase structure, running comprehensive Pest unit and feature tests, executing Playwright UI tests, checking dependencies, and documenting the entire workflow. This Skill automates that end-to-end audit, identifies gaps, and guides you through commits and verification steps until your app meets production standards.

Can I use Pest and Playwright together to test a full-stack PHP application?▼

Yes. Pest handles unit and feature testing for your backend logic, while Playwright runs UI tests on your frontend. This Skill orchestrates both testing frameworks to verify your full-stack Laravel app comprehensively, ensuring backend functionality and user-facing behavior work correctly before production.

What gaps does a production-readiness audit identify in my codebase?▼

A production-readiness audit inventories your codebase structure, dependencies, and existing tests; flags missing test coverage; checks for documentation and version-control discipline; and verifies end-to-end workflows. This Skill generates a task plan documenting each gap and the steps needed to resolve them.

How do I automate verification workflows for deployment readiness?▼

This Skill runs an automated workflow that executes Pest tests, Playwright UI tests, and codebase analysis in sequence, then generates a task manager plan. You follow step-by-step commit guidance to address gaps identified in the audit, with continuous verification until your app reaches production-ready status.

Does this approach work for frontend-only applications or just full-stack apps?▼

This Skill applies to full-stack Laravel/PHP applications and frontend stacks. For frontend-only projects, Playwright UI tests and frontend-specific analysis run; for full-stack apps, both backend Pest testing and frontend Playwright tests execute together to verify the entire application.