一键导入
deploy-checklist
Validation checklist ก่อน deploy — เช็ค environment, DB migration, test coverage, security, monitoring — เหมือน 38-point แต่สำหรับ deployment
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validation checklist ก่อน deploy — เช็ค environment, DB migration, test coverage, security, monitoring — เหมือน 38-point แต่สำหรับ deployment
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Pre/Post execution validation + Phase Gate enforcement — ป้องกันการข้าม step, auto-validate output, ให้คะแนน quality score
สแกน code ใน Scaffold/ ด้วย 53 security rules (6 หมวด) — secrets, permissions, injection, AI-specific, config, dependencies — ก่อน deploy หรือหลัง Dev report
Coordinate PM/Dev/QA agents แบบ Pipeline Pattern — auto-route งานตาม role, ส่งต่ออัตโนมัติเมื่อ status เปลี่ยน, track progress ทุก handoff
Create color-coded teaching scripts / presenter talking-point documents (.md) that serve as a "live reading book" for speakers. The output is a markdown file where each color tells the presenter what to do: blue = speak this line, red = pronunciation guide, dark blue = slide header, black = stage direction & audience engagement, yellow box = terminology. Use this skill whenever the user mentions: teaching script, talking points, presenter script, key talking point, speaker notes, lecture script, training script, presentation script, สคริปต์การสอน, สคริปต์วิทยากร, คำพูดที่ต้องอ่าน, หนังสือสำหรับพูด, or any request to create a document that guides a speaker through a slide deck with exact words to say, pronunciation help, and stage directions. Also trigger when the user uploads a PowerPoint (.pptx) and asks to write a script, narration, or talking points for it.
Use for QA evidence, release readiness, rollback review, and close-out decisions.
Use for build completion evidence, code review readiness, and ready-for-QA checks.
| name | Deploy Checklist |
| description | Validation checklist ก่อน deploy — เช็ค environment, DB migration, test coverage, security, monitoring — เหมือน 38-point แต่สำหรับ deployment |
Purpose: ป้องกัน deploy ที่ไม่พร้อม — ตรวจทุกด้านก่อน go-live เหมือน 38-point diagram validation แต่สำหรับ infrastructure/deployment
| # | Check | Pass Criteria |
|---|---|---|
| A1 | Test coverage | >= 80% overall |
| A2 | All tests passing | 0 failures |
| A3 | Lint clean | 0 errors (warnings OK) |
| A4 | No debug artifacts | No console.log, debugger, print() in production code |
| A5 | No hardcoded secrets | No API keys, passwords, tokens in code |
| A6 | No TODO/FIXME blocking | No critical TODO items remaining |
| A7 | Code review approved | PR approved by at least 1 reviewer |
| A8 | Build succeeds | CI pipeline green |
| # | Check | Pass Criteria |
|---|---|---|
| B1 | Migration scripts ready | All migration files created + tested locally |
| B2 | Rollback script ready | Reverse migration available |
| B3 | Seed data prepared | Initial data scripts ready (if needed) |
| B4 | Backup taken | Current DB backed up before migration |
| B5 | Index optimization | Critical queries have proper indexes |
| B6 | Schema matches spec | DB schema matches Data Model from handoff |
| # | Check | Pass Criteria |
|---|---|---|
| C1 | Environment variables set | All .env.example vars configured in target |
| C2 | SSL/TLS configured | HTTPS enforced |
| C3 | Domain/DNS ready | Domain pointed, propagation confirmed |
| C4 | Firewall rules set | Only required ports open |
| C5 | Resource limits configured | CPU/memory/disk limits set |
| C6 | Logging configured | Application logs routed to monitoring |
| # | Check | Pass Criteria |
|---|---|---|
| D1 | Authentication working | Login/logout/token refresh tested |
| D2 | Authorization tested | Role-based access per SystemFlow |
| D3 | Input validation | All user inputs sanitized |
| D4 | CORS configured | Only allowed origins |
| D5 | Rate limiting active | API rate limits enforced |
| # | Check | Pass Criteria |
|---|---|---|
| E1 | Health check endpoint | /health returns 200 |
| E2 | Error tracking setup | Sentry/equivalent configured |
| E3 | Uptime monitoring | Pingdom/UptimeRobot configured |
| E4 | Alert rules set | Notify team on downtime/errors |
| E5 | Log aggregation | Centralized logging accessible |
| Score | Label | Action |
|---|---|---|
| 30/30 | READY | Deploy ได้เลย |
| 25-29 | REVIEW | ตรวจ items ที่ไม่ผ่าน ถ้าไม่ critical deploy ได้ |
| 20-24 | WARN | มี items สำคัญที่ยังไม่ผ่าน ควรแก้ก่อน |
| < 20 | BLOCK | ห้าม deploy — ต้องแก้ก่อน |
Category D ขยายจาก 5 → 12 items โดยอ้างอิง pmo-security-scan:
Total: 30 → 37 items
Auto-check: vulnerable packages (CVEs), floating versions, deprecated packages
pmo-quality-gate Post-Gate: deploy checklist = gate สุดท้ายpmo-traceability Change Logpmo-ci-cd-template cross-check CI configpmo-security-scan ผลลัพธ์เป็น input สำหรับ Category D