Db Review banner
VersoXBT VersoXBT

Db Review

Data community

Description

--- description: Review database schema, queries, and migrations --- # Database Review Audit the database schema, query patterns, and migrations for correctness and performance. ## Steps 1. Review the schema: - Check that tables and columns use consistent naming conventions (snake_case preferred). - Verify all tables have a primary key. - Check that foreign keys have proper constraints (ON DELETE, ON UPDATE). - Verify NOT NULL constraints are applied to required fields. - Chec

Installation

Installs to ~/.claude/skills/versoxbt-claude-initial-setup-db-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/versoxbt-claude-initial-setup-db-review && curl -fsSL https://raw.githubusercontent.com/VersoXBT/claude-initial-setup/HEAD/commands/db-review.md -o ~/.claude/skills/versoxbt-claude-initial-setup-db-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository