# Deployment Checklist

> Comprehensive pre-deployment verification checklist for MCP Management System ensuring all 15 services are tested, documented, validated, and ready for production. Use before any deployment, PR creation, or release.

- Skill: `dongho5270/deployment-checklist` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add dongho5270/deployment-checklist`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dongho5270/deployment-checklist/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: DONGHO5270 (https://skillmd.com/u/dongho5270)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dongho5270/deployment-checklist

---


# MCP Management System Deployment Checklist

Pre-deployment verification to ensure safe, reliable deployments.

## Overview

**6 Verification Categories**:
1. MCP Services (15 total)
2. Configuration Files
3. Code Quality
4. Testing
5. Documentation
6. Security & Compatibility

## Deployment Types

| Type | When to Use | Check Level |
|------|-------------|-------------|
| **Hotfix** | Emergency, production down | Minimal (bug fix + rollback) |
| **Bug Fix** | Standard bug fix | Standard (affected area + regression) |
| **Feature** | New feature | Full (all checks + performance) |
| **Major Release** | Breaking changes, v2.0 | Comprehensive (full + security audit) |

## Confidence Levels

| Score | Decision | Action |
|-------|----------|--------|
| ≥90% | ✅ DEPLOY | All checks passed, safe to deploy |
| ≥70% | ⚠️ MONITOR | Deploy with close monitoring |
| ≥50% | ⚠️ STAGING | Deploy to staging first |
| <50% | ❌ BLOCK | Do not deploy, more work needed |

## Quick Commands

```bash
# Full verification
node test-all-15-services.cjs && npm test && node -c .mcp.json

# Rollback
git revert [bad-commit]
```

---

**Detailed execution guide**: See `prompt.md`

