From dotnet-skills
Reviews a completed deployment to capture issues, lessons learned, and documentation improvements for future releases.
How this command is triggered — by the user, by Claude, or both
Slash command
/dotnet-skills:deploy-reviewThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Post-Deployment Review Instructions You have now completed the deployment of this use case to production. Before we proceed to any new work, conduct a thorough, honest, and critical self-review of the entire deployment process. ## Step 1: Deployment Reflection Review the full deployment lifecycle — from preparation and execution through post-deployment monitoring, verification, and initial stabilization. Identify: - Any issues, errors, delays, rollbacks, or unexpected behaviors encountered - Gaps or ambiguities in deployment instructions, checklists, or validation steps - Differences ...
You have now completed the deployment of this use case to production. Before we proceed to any new work, conduct a thorough, honest, and critical self-review of the entire deployment process.
Review the full deployment lifecycle — from preparation and execution through post-deployment monitoring, verification, and initial stabilization. Identify:
Summarize the key lessons learned from this deployment. For each lesson:
For every finding or lesson:
/docs/technical/deployment-guidelines.md (specific section or new subsection)/docs/technical/use-case-implementation-guidelines.md (if the lesson applies upstream to implementation)Be candid, precise, and forward-looking. The goal is continuous maturation of our deployment practices, documentation, and production safety — not just marking this release complete.
Respond strictly in the structured format above (clear headings and bullet points). Do not proceed to any new tasks until this review is complete and I have acknowledged it.
npx claudepluginhub simoncropp/dotnet-skills2plugins reuse this command
First indexed Mar 16, 2026
/deploy-reviewReviews a completed deployment to capture issues, lessons learned, and documentation improvements for future releases.
/deployment-reviewAnalyzes deployment processes, CI/CD pipelines, and release practices in codebase or specified scope (path, changes, PR), generating prioritized improvement plan as markdown report.
/playbook-reviewReviews an upgrade playbook (upgrade.md) for completeness and best practices, providing actionable feedback.
/helpRuns retrospective analysis on recent failures and friction, then proposes and codifies durable fixes to project tooling. Also supports deployment error analysis.
/runbook-writerGenerates production-ready Runbook for deployment, rollback, monitoring, and incident response from required HLD path and optional LLD, API Contract, Guardrails paths.
/reviews-production-readinessVerifies production deployment readiness for a path, invoking subagent for checks on config, monitoring, errors, performance, security, deployment; outputs report.md with scores, GO/NO-GO, blockers.