# Testing Production Execution Checklist

> Sub-skill of testing-production: Execution Checklist.

- Skill: `vamseeachanta/testing-production-execution-checklist` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/testing-production-execution-checklist`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/testing-production-execution-checklist/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/testing-production-execution-checklist

---


# Execution Checklist

## Execution Checklist


- [ ] Scan for mock/fake/stub implementations
- [ ] Scan for TODO/FIXME comments
- [ ] Verify all environment variables configured
- [ ] Test database CRUD with real database
- [ ] Test external APIs with real (test mode) services
- [ ] Test infrastructure (cache, email, queues)
- [ ] Validate performance under load
- [ ] Verify security measures (auth, input validation)
- [ ] Test health check endpoint
- [ ] Verify graceful shutdown handling

