Testing Production Execution Checklist

Sub-skill of testing-production: Execution Checklist.

vamseeachanta Updated

File contents

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

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/testing/testing-production/execution-checklist commit 5551545f1c

Frequently asked questions

npx skillmds@latest add vamseeachanta/testing-production-execution-checklist