production-readiness
✓Verified·Scanned 2/19/2026
Meta-skill that orchestrates logging, monitoring, error handling, performance, security, deployment, and testing skills to ensure a service is fully production-ready before launch. Use before first deploy, major releases, quarterly reviews, or after incidents.
from clawhub.ai·vb78def7·12.4 KB·0 installs
Scanned from 1.0.0 at b78def7 · Transparency log ↗
$ vett add clawhub.ai/wpank/production-readiness
Production Readiness
Meta-skill that orchestrates logging, monitoring, error handling, performance, security, deployment, and testing skills to ensure a service is fully production-ready before launch.
What's Inside
- Orchestration flow (logging & observability → error handling → performance → security → deployment → testing → documentation)
- Skill routing table for each concern
- Production readiness checklist (health & lifecycle, resilience, configuration & secrets, data safety, operational readiness)
- Maturity levels (L1 MVP → L2 Stable → L3 Resilient → L4 Optimized)
- Incident response (on-call rotation, escalation matrix, postmortem template)
When to Use
- Before first deploy — new service going to production
- Before major release — significant feature or architectural change shipping
- Quarterly production review — scheduled audit of existing services
- After incident — post-incident hardening to prevent recurrence
- Dependency upgrade — major framework, runtime, or infrastructure change
- Team handoff — transferring ownership of a service to another team
Installation
npx add https://github.com/wpank/ai/tree/main/skills/meta/production-readiness
OpenClaw / Moltbot / Clawbot
npx clawhub@latest install production-readiness
Manual Installation
Cursor (per-project)
From your project root:
mkdir -p .cursor/skills
cp -r ~/.ai-skills/skills/meta/production-readiness .cursor/skills/production-readiness
Cursor (global)
mkdir -p ~/.cursor/skills
cp -r ~/.ai-skills/skills/meta/production-readiness ~/.cursor/skills/production-readiness
Claude Code (per-project)
From your project root:
mkdir -p .claude/skills
cp -r ~/.ai-skills/skills/meta/production-readiness .claude/skills/production-readiness
Claude Code (global)
mkdir -p ~/.claude/skills
cp -r ~/.ai-skills/skills/meta/production-readiness ~/.claude/skills/production-readiness
Related Skills
logging-observability— Structured logging, metrics, tracingerror-handling-patterns— Error boundaries, retry policiessecurity-review— Comprehensive security auditdocker-expert— Container hardeningtesting-workflow— Test coverage and strategyrate-limiting-patterns— Rate limiting configuration
Part of the Meta skill category.