This skill provides an agent with high-level expertise in database engineering. It focuses on ensuring production-grade data integrity, performance, and security by enforcing strict review patterns for SQL queries and schema changes.
Activate this skill during code reviews involving database migrations, when analyzing slow-performing queries, or when designing new table schemas to prevent common pitfalls like N+1 queries or missing constraints.
Compatible with advanced development agents (e.g., Claude Code, Codex) capable of analyzing codebases and running diagnostic commands.
This skill has not been reviewed by our automated audit pipeline yet.
Implementation Patterns
Provides production-grade implementation patterns for CRUD, API endpoints, event handlers, and logging to ensure codebase consistency.
Regression Pattern Detection
Expert domain knowledge for detecting functionality regressions, validating implementation intent, and ensuring backward compatibility.