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