production-hardening
Installation
SKILL.md
Production Hardening
Scan a codebase for resilience anti-patterns, generate a prioritized hardening playbook, and optionally implement the fixes.
Announce at start: "I'm using the production-hardening skill."
When to Use
- Before promoting a service to production
- When asked to "harden", "add resilience", or "make production-ready"
- When a post-incident review reveals missing retry/breaker/timeout patterns
- When migrating from prototype to production-grade code
When NOT to Use
- Security vulnerability scanning → use
security-auditor - Performance benchmarking / load testing
- Feature development unrelated to resilience