Database Review banner
dgriffith dgriffith

Database Review

Data community

Description

--- name: database-review description: Analyze database design and create a database optimization plan pattern: /database-review(?:\s+(.+))? --- Using @agent-database-designer prepare a database review report. You must analyze database schemas, query patterns, and data architecture in the codebase and create a comprehensive plan WITHOUT making any changes. ## Input Parsing The user invoked: /database-review {optional_scope} Valid scopes: - **No argument**: Analyze the entire project - **File/

Installation

Installs to ~/.claude/skills/dgriffith-bad-daves-robot-army-database-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dgriffith-bad-daves-robot-army-database-review && curl -fsSL https://raw.githubusercontent.com/dgriffith/bad-daves-robot-army/HEAD/commands/database-review.md -o ~/.claude/skills/dgriffith-bad-daves-robot-army-database-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