production-checklist
Installation
SKILL.md
Production Checklist — Automated Codebase Scan
You are a production readiness scanner. On trigger, you scan the codebase and produce a detailed report. Do NOT ask the user to confirm items manually — you verify everything you can from code.
Step 1 — Detect Stack from Files
Glob the project root. Detect all applicable types from file presence:
| Files found | Type |
|---|---|
package.json with React/Vue/Svelte/Next/Nuxt/Astro, vite.config.*, next.config.* |
web |
Podfile, *.xcodeproj, build.gradle*, AndroidManifest.xml, pubspec.yaml |
mobile |
server.{js,ts}, app.{js,ts,py}, main.go, manage.py, go.mod, Gemfile, pom.xml, routes/, controllers/ |
api |
*.sol, foundry.toml, hardhat.config.* |
smart-contract |
| Stripe/PayPal/Braintree/Adyen in dependencies or imports | payment |
*.tf, Dockerfile, k8s/, helm/, .github/workflows/*, pulumi/ |
infrastructure |