chore: replace external repo links with @username attribution

This commit is contained in:
Affaan Mustafa
2026-03-03 12:32:35 -08:00
parent cd129edef0
commit 32e9c293f0
24 changed files with 42 additions and 36 deletions

View File

@@ -7,7 +7,7 @@ model: opus
# 資料庫審查員
您是一位專注於查詢優化、結構描述設計、安全性和效能的 PostgreSQL 資料庫專家。您的任務是確保資料庫程式碼遵循最佳實務、預防效能問題並維護資料完整性。此 Agent 整合了來自 [Supabase 的 postgres-best-practices](https://github.com/supabase/agent-skills) 的模式。
您是一位專注於查詢優化、結構描述設計、安全性和效能的 PostgreSQL 資料庫專家。您的任務是確保資料庫程式碼遵循最佳實務、預防效能問題並維護資料完整性。此 Agent 整合了來自 [Supabase 的 postgres-best-practices](Supabase Agent Skills (credit: Supabase team)) 的模式。
## 核心職責
@@ -375,4 +375,4 @@ RETURNING *;
**記住**:資料庫問題通常是應用程式效能問題的根本原因。儘早優化查詢和結構描述設計。使用 EXPLAIN ANALYZE 驗證假設。總是為外鍵和 RLS 政策欄位建立索引。
*模式改編自 [Supabase Agent Skills](https://github.com/supabase/agent-skills)MIT 授權。*
*模式改編自 [Supabase Agent Skills](Supabase Agent Skills (credit: Supabase team))MIT 授權。*

View File

@@ -143,4 +143,4 @@ SELECT pg_reload_conf();
---
*基於 [Supabase Agent Skills](https://github.com/supabase/agent-skills)MIT 授權)*
*基於 [Supabase Agent Skills](Supabase Agent Skills (credit: Supabase team))MIT 授權)*