Stats
Actions
Tags
From claude-dev-toolkit
Vercel 배포 전 전체 검증을 실행합니다. 타입체크, lint, 빌드 테스트, 환경변수 확인, Prisma 동기화를 순차적으로 수행합니다.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-dev-toolkit:pre-deployThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
배포 전 전체 검증을 수행합니다. 다음 순서로 진행하세요:
배포 전 전체 검증을 수행합니다. 다음 순서로 진행하세요:
.env.local 파일에서 다음 필수 변수 존재 확인:
ANTHROPIC_API_KEYGOOGLE_AI_STUDIO_API_KEYDATABASE_URLNEXT_PUBLIC_SUPABASE_URLNEXT_PUBLIC_SUPABASE_ANON_KEYnpm run prisma:generate
npx tsc --noEmit
npm run lint
npm run build
모든 단계의 결과를 요약하여 READY / NOT READY 판정을 내려주세요. 각 단계에서 에러 발생 시 해당 에러와 수정 방법을 제시하세요.
npx claudepluginhub michaelcho000/claude-dev-toolkitCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.