원클릭으로
supabase-verification
Use when verifying Supabase schema changes or generating types
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when verifying Supabase schema changes or generating types
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | supabase-verification |
| description | Use when verifying Supabase schema changes or generating types |
Before running any PNPM scripts (including Supabase commands), you MUST verify the script exists in package.json. See the general-pnpm-scripts skill for the verification workflow.
pnpm sb:dev:typessrc/types/database.types.tsApply incrementally (preserves data):
pnpm sb:dev:pushFull reset (clean slate):
pnpm sb:dev:resetDaily development:
pnpm sb:dev:pushpnpm sb:dev:typesBefore production push:
pnpm sb:dev:resetpnpm sb:dev:typespnpm sb:prod:pushCRITICAL: Run after every migration:
cd spark/frontend/my-vite-app
supabase db lint
What It Checks:
Required Action: Fix all warnings before deploying.
Use when deploying Cloudflare Workers, managing R2 storage, or working with Cloudflare infrastructure
Use when working with ANTD components, theme tokens, icons, forms, or feedback components (message/notification/modal)
Use when adding, referencing, or serving static assets (images, fonts, videos, 3D models) through the R2 CDN pipeline with type-safe imports
Use when writing or reviewing JavaScript/TypeScript code for style patterns like concise arrows, inline handlers, expression formatting, or when tempted to use eslint-disable
Use when working with environment variables in frontend code
Use when creating or modifying keyboard shortcuts/hotkeys in frontend code