audit

Audit database schemas, ORM models, and migrations for design and performance issues.

18|4|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/Hainrixz/claude-db --skill audit-hainrixz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/Hainrixz/claude-db/tree/main/skills/audit
Command: npx skills add https://github.com/Hainrixz/claude-db --skill audit-hainrixz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for a thorough database audit, providing two independent scores for Design & Integrity and Performance & Scale, along with a prioritized report.

Core Features & Use Cases

  • Independent Scores: Offers two separate 0-100 scores for Design & Integrity and Performance & Scale.
  • Read-Only Audit: Ensures no changes are made to the database during the audit.
  • Use Case: When a user needs to audit their database schema, ORM model, or migrations for potential issues in design, integrity, performance, and scale.

Quick Start

Run the audit skill on your database schema with the command: /claude-db:audit /path/to/schema

Frequently Asked Questions about audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my database schema for design and performance issues?

A database schema audit evaluates ORM models and migrations to identify design, integrity, performance, and scale issues. This process generates two independent 0-100 scores and a prioritized action list, requiring only read-only access to ensure no database modifications occur.

What is a read-only database audit and how does it work?

A read-only database audit evaluates schemas, ORM models, and migrations without modifying the database. It provides two independent 0-100 scores for Design & Integrity and Performance & Scale, along with a prioritized action list to guide improvements.

Can I run a database audit on my ORM models and migrations?

Yes, you can audit ORM models and migrations by running specific analysis scripts with read-only database access. The audit evaluates design, integrity, performance, and scale, returning two independent 0-100 scores and a prioritized action list.

How do I score database integrity and performance scale separately?

You score database integrity and performance scale separately by running an audit that evaluates schemas and migrations. This yields two independent 0-100 scores for Design & Integrity and Performance & Scale, helping you pinpoint specific design and performance issues.

Do I need write access to perform a database schema review?

No, you do not need write access to perform a database schema review. The audit requires only read-only access to analyze schemas, ORM models, and migrations, ensuring the database remains completely unchanged during the evaluation process.

What's the best way to analyze database migrations for potential issues?

The best way to analyze database migrations is by running a read-only audit that evaluates schemas and ORM models. This yields two independent 0-100 scores for design and performance, plus a prioritized action list to systematically resolve migration issues.