← スキル一覧に戻る

backend-queries
by dpietersz
My personal website
⭐ 0🍴 0📅 2026年1月16日
SKILL.md
name: Backend Queries description: Write secure, optimized database queries using parameterized statements, eager loading, and proper indexing to prevent SQL injection and N+1 query problems. Use this skill when writing database queries, using ORM query methods, implementing data fetching logic, or optimizing database performance. When working with SQL queries, ORM query builders, repository patterns, or data access layers. When implementing joins, eager loading, query optimization, transactions, or query caching. When selecting data, filtering records, or fetching related associations in service files, repository files, or controller methods.
Backend Queries
When to use this skill
- When writing database queries in any backend file
- When using ORM query methods (e.g., ActiveRecord, Sequelize, Prisma, SQLAlchemy)
- When implementing eager loading or joins to prevent N+1 queries
- When writing raw SQL queries or query builders
- When optimizing query performance or adding indexes
- When implementing transactions for related database operations
- When adding query timeouts or performance monitoring
- When implementing query caching strategies
- When selecting specific columns instead of using SELECT *
- When working in service files, repository files, or data access layers that fetch data
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend queries.
Instructions
For details, refer to the information provided in this file: backend queries
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です