·supabase-troubleshooting
</>

supabase-troubleshooting

adaptationio/skrillz

解决常见的 Supabase 问题,包括身份验证错误、RLS 策略、连接问题和性能。在调试 Supabase 问题、修复错误或优化性能时使用。

5安装·0热度·@adaptationio

安装

$npx skills add https://github.com/adaptationio/skrillz --skill supabase-troubleshooting

SKILL.md

| Empty data returned | RLS policies blocking access | | "Not authorized" | Missing or invalid auth token | | "JWT expired" | Token needs refresh | | Slow queries | Missing indexes or RLS subqueries | | Connection refused | Wrong URL or service down | | "Duplicate key" | Unique constraint violation | | Function timeout | Cold start or heavy computation |

| PGRST116 | No rows found (single expected) | Use maybeSingle() instead of single() | | PGRST205 | Table not found in schema cache | Check table name spelling, verify table exists | | PGRST301 | Multiple rows (single expected) | Add unique constraint or better filter |

| 22P02 | Invalid input syntax (e.g., bad UUID) | Validate input format before query | | 23503 | Foreign key violation | Ensure parent row exists first | | 23505 | Unique constraint violation | Use upsert or check existence | | 42501 | Insufficient privilege (RLS) | Fix RLS policies or use service role |

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/adaptationio/skrillz --skill supabase-troubleshooting
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 supabase-troubleshooting?

解决常见的 Supabase 问题,包括身份验证错误、RLS 策略、连接问题和性能。在调试 Supabase 问题、修复错误或优化性能时使用。 来源:adaptationio/skrillz。

如何安装 supabase-troubleshooting?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/adaptationio/skrillz --skill supabase-troubleshooting 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/adaptationio/skrillz