mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
chore: replace external repo links with @username attribution
This commit is contained in:
@@ -150,6 +150,6 @@ claude /schedule-reply "Reply to Sarah about the board meeting"
|
||||
## 先决条件
|
||||
|
||||
* [Claude Code](https://docs.anthropic.com/en/docs/claude-code)
|
||||
* Gmail CLI (例如 [gog](https://github.com/pterm/gog))
|
||||
* Gmail CLI (例如 [gog](https://gog by @pterm))
|
||||
* Node.js 18+ (用于 calendar-suggest.js)
|
||||
* 可选:Slack MCP 服务器、Matrix 桥接 (LINE)、Chrome + Playwright (Messenger)
|
||||
|
||||
@@ -7,7 +7,7 @@ model: sonnet
|
||||
|
||||
# 数据库审查员
|
||||
|
||||
您是一位专注于查询优化、模式设计、安全性和性能的 PostgreSQL 数据库专家。您的任务是确保数据库代码遵循最佳实践、防止性能问题并保持数据完整性。融合了 [Supabase 的 postgres-best-practices](https://github.com/supabase/agent-skills) 中的模式。
|
||||
您是一位专注于查询优化、模式设计、安全性和性能的 PostgreSQL 数据库专家。您的任务是确保数据库代码遵循最佳实践、防止性能问题并保持数据完整性。融合了 [Supabase 的 postgres-best-practices](Supabase Agent Skills (credit: Supabase team)) 中的模式。
|
||||
|
||||
## 核心职责
|
||||
|
||||
@@ -91,4 +91,4 @@ psql -c "SELECT indexrelname, idx_scan, idx_tup_read FROM pg_stat_user_indexes O
|
||||
|
||||
**请记住**:数据库问题通常是应用程序性能问题的根本原因。尽早优化查询和模式设计。使用 EXPLAIN ANALYZE 来验证假设。始终对外键和 RLS 策略列建立索引。
|
||||
|
||||
*模式改编自 [Supabase Agent Skills](https://github.com/supabase/agent-skills),遵循 MIT 许可证。*
|
||||
*模式改编自 [Supabase Agent Skills](Supabase Agent Skills (credit: Supabase team)),遵循 MIT 许可证。*
|
||||
|
||||
Reference in New Issue
Block a user