一键导入
supabase-schema-guard
Validate Supabase schema alignment and type safety. Use when a task touches DB schema, SQL, RPCs, RLS, or generated Supabase types.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate Supabase schema alignment and type safety. Use when a task touches DB schema, SQL, RPCs, RLS, or generated Supabase types.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Validate visual design consistency, component usage, theming, and styling for React + Tailwind CSS applications.
Validate user experience quality — flows, responsiveness, accessibility, mobile-native feel, and interaction patterns for React + Tailwind + Capacitor apps.
Validate analytics/chart correctness for metrics, units, aggregations, and statistical interpretation.
Validate coaching data access safety across team/org scoping, role hierarchy, and RLS-aligned query behavior.
Validate Concept2 integration reliability across auth scopes, sync/publish behavior, and data mapping.
Validate Supabase Edge Function operability across auth, secrets, retries, logging, and idempotent execution.
| name | supabase-schema-guard |
| description | Validate Supabase schema alignment and type safety. Use when a task touches DB schema, SQL, RPCs, RLS, or generated Supabase types. |
Use this skill for any database-affecting change.
list_tables, list_migrations, execute_sql) and never assume local SQL snapshots are current.src/types/database.types.ts and service query projections.src/services/.