schema-reviewer

Community

Database schema quality, constraints, and indexes.

Authorphysics91
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill reviews database schemas for normalization, constraints, data types, and indexing strategies, improving data integrity and query performance.

Core Features & Use Cases

  • Normalization checks (3NF, etc.)
  • Constraint validation (PK/FK/NOT NULL/UNIQUE)
  • Data type optimization and enums
  • Index strategy planning (FK indexes, composite, partial)
  • Use Case: Evaluate a PostgreSQL schema for robust constraints and efficient querying.

Quick Start

Analyze the project’s schema files to surface design improvements and indexing recommendations.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: schema-reviewer
Download link: https://github.com/physics91/claude-vibe/archive/main.zip#schema-reviewer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository