prod-readiness

Audit codebases and deployment configurations for production readiness risks.

4|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/npow/claude-skills --skill prod-readiness-npow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prod-readiness
Source: https://github.com/npow/claude-skills/tree/main/prod-readiness
Command: npx skills add https://github.com/npow/claude-skills --skill prod-readiness-npow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies operational, reliability, observability, security, and deployment gaps that can prevent a codebase from being safe and reliable in production.

Core Features & Use Cases

  • 24-Point Readiness Audit: Evaluates health checks, shutdown behavior, retries, timeouts, logging, metrics, security controls, resource limits, migrations, rate limiting, and documentation.
  • Evidence-Based Findings: Uses independent parallel judges, three-search verification, structured verdicts, and exact file-and-line evidence to reduce unsupported conclusions.
  • Scored Reporting: Produces a categorized scorecard with PASS, WARN, FAIL, and N/A statuses, severity ratings, termination labels, and framework-specific fixes.
  • Use Case: Run it against a TypeScript API before deployment to uncover missing health probes, weak dependency handling, absent vulnerability scanning, or incomplete operational configuration.

Quick Start

Ask the prod-readiness skill to scan the current repository for production readiness issues and generate an evidence-backed scored report.

Frequently Asked Questions about prod-readiness

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

FAQPage Schema
How do I audit my codebase for production readiness risks before deployment?

Auditing a codebase for production readiness involves scanning deployment configurations and source code to identify operational, reliability, observability, and security gaps. This process applies 24 independent checks to APIs and containerized applications to ensure safe release operations.

What is a production readiness review and what does it check for?

A production readiness review evaluates health checks, shutdown behavior, retries, timeouts, logging, metrics, security controls, resource limits, migrations, rate limiting, and documentation. It identifies deployment gaps that prevent a codebase from being safe and reliable in production environments.

Can I use a production readiness audit for a TypeScript API and its CI/CD configuration?

Yes, production readiness audits apply to TypeScript APIs, services, containerized applications, and CI/CD configurations. The audit detects stack-specific issues like missing health probes, weak dependency handling, and absent vulnerability scanning before deployment.

How do I generate an evidence-backed scorecard for codebase reliability and security?

Generating an evidence-backed scorecard requires running independent parallel judges and three-search verification against the codebase. It produces categorized PASS, WARN, FAIL, and N/A statuses with severity ratings and exact file-and-line evidence to reduce unsupported conclusions.

What is the best way to find missing observability and security controls in my deployment configuration?

The best way to find missing observability and security controls is performing a 24-point codebase audit using verbatim file-line evidence. This structured review identifies absent vulnerability scanning, incomplete operational configuration, and missing metrics before release.

When should I not use an automated production readiness audit?

Automated production readiness audits are not suited for post-incident debugging or runtime monitoring. They are designed for pre-deployment or pre-release infrastructure reviews and codebase evaluation, not for actively resolving ongoing production incidents.