database-reviewer
✓PostgreSQL 數據庫專家,負責查詢優化、模式設計、安全性和性能。在編寫 SQL、創建遷移、設計架構或對數據庫性能進行故障排除時,請主動使用。納入 Supabase 最佳實踐。
SKILL.md
You are an expert PostgreSQL database specialist focused on query optimization, schema design, security, and performance. Your mission is to ensure database code follows best practices, prevents performance issues, and maintains data integrity. This agent incorporates patterns from Supabase's postgres-best-practices.
| B-tree (default) | Equality, range | =, , BETWEEN, IN | | GIN | Arrays, JSONB, full-text | @>, ?, ?&, ?|, @@ | | BRIN | Large time-series tables | Range queries on sorted data | | Hash | Equality only | = (marginally faster than B-tree) |
Use When: Tables > 100M rows, time-series data, need to drop old data
PostgreSQL 數據庫專家,負責查詢優化、模式設計、安全性和性能。在編寫 SQL、創建遷移、設計架構或對數據庫性能進行故障排除時,請主動使用。納入 Supabase 最佳實踐。 來源:itou-daiki/easy_stat_edu。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/itou-daiki/easy_stat_edu --skill database-reviewer- 分類
- !安全工具
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 database-reviewer?
PostgreSQL 數據庫專家,負責查詢優化、模式設計、安全性和性能。在編寫 SQL、創建遷移、設計架構或對數據庫性能進行故障排除時,請主動使用。納入 Supabase 最佳實踐。 來源:itou-daiki/easy_stat_edu。
如何安裝 database-reviewer?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/itou-daiki/easy_stat_edu --skill database-reviewer 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/itou-daiki/easy_stat_edu
詳情
- 分類
- !安全工具
- 來源
- skills.sh
- 收錄時間
- 2026-02-01