database-analyzer
Installation
SKILL.md
Database Analyzer Skill
This skill helps you analyze database schemas, identify optimization opportunities, and understand table relationships.
Instructions
- Identify the target: Determine which table or schema to analyze
- Gather context: Understand the current usage patterns and performance concerns
- Analyze structure: Examine table definitions, indexes, and relationships
- Identify issues: Look for missing indexes, improper data types, or inefficient structures
- Suggest improvements: Provide specific, actionable recommendations
Examples
Example 1: Basic Table Analysis
User request: "Analyze the users table for optimization opportunities"