Claude Code Plugins

Community-maintained marketplace

Feedback

production-readiness

@bemgmt/donna-interactive
0
0

Harden code and pipelines for production. Use when the user asks for production-ready code, hardening, release readiness, performance, monitoring, or reliability.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name production-readiness
description Harden code and pipelines for production. Use when the user asks for production-ready code, hardening, release readiness, performance, monitoring, or reliability.

Production Readiness

Overview

Apply production hardening checks and identify missing pieces before release.

Checklist

  • Reliability: error handling, retries, idempotency, timeouts.
  • Observability: logging, metrics, tracing, alerts.
  • Security: secrets handling, PII, access control, dependency risks.
  • Performance: profiling, resource limits, bottlenecks.
  • Operations: configs, migrations, rollout and rollback.
  • Testing: unit, integration, smoke coverage, and CI signals.

Output

  • List concrete gaps with recommended fixes.
  • Suggest minimal test plan to prove readiness.
  • Call out any release blockers.
  • Be explicit about what was not verified.

Acceptance Criteria

  • Gaps are mapped to concrete fixes and owners or next steps.
  • Readiness verdict is stated with evidence vs assumptions.