Walks through a structured production readiness checklist for Scalekit authentication implementations. Use when the user says they are going live, launching to production, doing a pre-launch review, hardening their auth setup, or wants to verify their Scalekit implementation is production-ready.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Walks through a structured production readiness checklist for Scalekit authentication implementations. Use when the user says they are going live, launching to production, doing a pre-launch review, hardening their auth setup, or wants to verify their Scalekit implementation is production-ready.
Scalekit Production Readiness
Work through each section in order — earlier sections are blockers for later ones. Skip sections that don't apply to this implementation.
Quick checks (run first)
Production environment URL, client ID, and client secret are set (not dev/staging values)
HTTPS enforced on all auth endpoints
CORS restricted to your domains only
API credentials stored in environment variables — never committed to code
Only enabled auth methods are active in production