database-review-patterns

Installation
SKILL.md

Database Patterns for Code Review

Overview

Database anti-patterns are among the most damaging production defects: invisible in unit tests, appearing only under realistic data volumes, degrading performance non-linearly. This catalog covers patterns identifiable from code alone.

Use alongside performance-anti-patterns (N+1 and unbounded fetching) and security-patterns-code-review (SQL injection).

Quick Reference

Installs
7
GitHub Stars
4
First Seen
Apr 8, 2026
database-review-patterns — mickeyyaya/refactoring-skills