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. Use before first deploy, major releases, quarterly reviews, or after incidents.
Why use this skill?
Automate your service launch reviews with the production-readiness skill. Audit logging, security, and performance to ensure reliable production deployments.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/wpank/production-readinessWhat This Skill Does
The production-readiness meta-skill acts as the central control plane for ensuring your software services are robust, secure, and maintainable before they are exposed to production traffic. Rather than reinventing operational logic, this skill orchestrates specialized agents and skills across seven critical domains: logging, error handling, performance, security, deployment, testing, and documentation. By running this skill, you receive a holistic, synthesized go/no-go assessment that flags vulnerabilities or gaps that might otherwise be missed by siloed development teams. It serves as a unified audit framework, ensuring your service fails gracefully, observes its own state, recovers from transient failures, and remains thoroughly documented for on-call engineers.
Installation
To integrate this skill into your environment, use the official ClawHub installer. Ensure you have the OpenClaw environment initialized:
npx clawhub@latest install production-readiness
Alternatively, for enterprise environments, you can pull directly from the repository:
clawhub install openclaw/skills/skills/wpank/production-readiness
Use Cases
This skill is designed for critical milestones in the software development lifecycle:
- Initial Launch: Validate that a brand-new service meets enterprise standards before it handles production traffic.
- Major Releases: Assess architectural changes that introduce new potential points of failure.
- Incident Recovery: Perform a root-cause analysis and hardening review after an incident to prevent recurrence.
- Quarterly Audits: Maintain long-term system health by reviewing services that have not been audited in the last 90 days.
- Ownership Transfers: Ensure that new teams taking over a service have all the necessary operational context and documentation.
Example Prompts
- "Run a full production-readiness audit on the user-authentication-service. Focus specifically on security and observability."
- "We are planning a major version update to the payment-gateway. Please execute a readiness check and report any gaps in our error-handling patterns."
- "Conduct a quarterly review for the reporting-engine. Generate a summary report including go/no-go recommendations for current production stability."
Tips & Limitations
- Delegation: This skill relies on other skills being installed. If a sub-skill (like performance-agent) is missing, the meta-skill will report a skipped step. Ensure your dependency tree is clean.
- Scope: It identifies what needs fixing but does not automatically patch security vulnerabilities or rewrite your performance bottlenecks; it provides the map, you perform the remediation.
- Contextual Sensitivity: The accuracy of the assessment depends on the metadata provided. Always ensure your project's configuration files are accessible so the agent can inspect your deployment architecture.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-wpank-production-readiness": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api
Related Skills
mermaid-diagrams
Create software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams, sequence diagrams, flowcharts, ERDs, C4 architecture diagrams, state diagrams, git graphs, and other diagram types. Triggers include requests to diagram, visualize, model, map out, or show the flow of a system.
api-design-principles
Skill by wpank
auto-context
Automatically read relevant context before major actions. Loads TODO.md, roadmap.md, handoffs, task plans, and other project context files so the AI operates with full situational awareness. Use when starting a task, implementing a feature, refactoring, debugging, planning, or resuming a session.
clear-writing
Write clear, concise prose for humans — documentation, READMEs, API docs, commit messages, error messages, UI text, reports, and explanations. Combines Strunk's rules for clearer prose with technical documentation patterns, structure templates, and review checklists.
track-performance
Track the performance of Uniswap LP positions over time — check which positions need attention, are out of range, or have uncollected fees. Use when the user asks how their positions are doing.