check-production

Run production-readiness audits with severity-graded findings and remediation plans.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/jnlanahan/Product-Agents-and-Skills --skill check-production
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-production
Source: https://github.com/jnlanahan/Product-Agents-and-Skills/tree/main/skills/5-Validate-Production-Readiness
Command: npx skills add https://github.com/jnlanahan/Product-Agents-and-Skills --skill check-production

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you avoid risky production launches by running a deep production-readiness audit and producing a prioritized, severity-graded report with exact file:line citations.

Core Features & Use Cases

  • Production-readiness audit: Delegates the core analysis to the prod-readiness-auditor and compiles results into a single, actionable report.
  • Severity-graded findings with citations: Surfaces Critical/High/Medium/Low items with file:line references so you know exactly what to change.
  • Recommended fix order: Orders fixes by dependency and risk, not just severity, and estimates effort to help planning.
  • Audit-only safety: Does not apply fixes during the audit; it guides you through collaborative, per-finding remediation.
  • Fast rerun option: Supports /check-production --lite for a quick pre-deploy sanity check that prioritizes speed.

Quick Start

Use the /check-production command to run a full pre-launch production readiness audit and get a prioritized fix plan.

Frequently Asked Questions about check-production

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

FAQPage Schema
How do I run a production readiness audit before deployment?

Run a production readiness audit by executing the /check-production command. It detects your stack, scans for secrets, checks dependency currency, and compiles a severity-graded report with file:line citations and an ordered remediation plan.

What is a pre-launch production audit and why do I need it?

A pre-launch production audit identifies deployment readiness risks like exposed secrets or outdated dependencies before shipping. It generates a severity-graded report with exact file:line citations to ensure your application is safe for production.

Can I do a fast sanity check for deployment readiness without a full audit?

Yes, you can run a fast sanity check using the /check-production --lite command. This mode prioritizes speed for quick pre-deploy screening, performing a lighter review of your application's production readiness.

Does the production readiness audit automatically fix security and dependency issues?

No, the production readiness audit is audit-only and does not apply fixes automatically. It guides you through collaborative, per-finding remediation by providing a prioritized fix order with estimated effort to help your planning.

How are deployment readiness findings prioritized in the audit report?

Deployment readiness findings are prioritized by dependency and risk, not just severity. The audit report orders fixes logically and includes effort estimates, ensuring you resolve foundational deployment blockers before lower-priority issues.

What does a production launch audit check for in my codebase?

A production launch audit checks for secrets scanning, dependency security, and CI hardening. It performs parallel stack detection and classification calibration to surface Critical, High, Medium, and Low items with exact file:line references.