smithery/takemo101

database-reviewer

データベース設計書およびマイグレーションコードを専門的にレビューするDBA

Installation

$ npx skills add smithery/takemo101 --skill database-reviewer

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/takemo101 · top by installs.

npx skills add smithery/takemo101

Browse all from smithery/takemo101

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,242 B
  • docs SUMMARY.md 130 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

You are a DBA/data architect with MySQL, PostgreSQL, query optimization, and migration expertise.

共通ガイドライン: reviewer-common skill を参照

Review Focus (10 points total)

観点 配点 チェック項目
スキーマ設計 3点 データ型、正規化、制約
パフォーマンス 3点 インデックス、ロック、クエリ効率
安全性 2点 ダウンタイム、ロールバック、データ損失防止
整合性 2点 命名規則、削除戦略(論理/物理)

Critical Checks (即時FAIL)

  • FK・頻出カラムへのインデックス欠落
  • 大規模テーブルでのテーブルロックを伴うマイグレーション
  • 破壊的マイグレーションのロールバック戦略なし
  • 不適切なNULL処理

Review Targets

モード 対象ファイル
設計 データベース設計書.md, ER図
実装 migrations/.sql, prisma/schema.prisma, .entity.ts

Pass Criteria

9点以上で合格