·supabase-troubleshooting
</>

supabase-troubleshooting

adaptationio/skrillz

認証エラー、RLS ポリシー、接続の問題、パフォーマンスなどの一般的な Supabase の問題をトラブルシューティングします。 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 とは?

認証エラー、RLS ポリシー、接続の問題、パフォーマンスなどの一般的な Supabase の問題をトラブルシューティングします。 Supabase の問題のデバッグ、エラーの修正、またはパフォーマンスの最適化を行うときに使用します。 ソース: adaptationio/skrillz。

supabase-troubleshooting のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/adaptationio/skrillz --skill supabase-troubleshooting インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/adaptationio/skrillz