mssql-review
Installation
SKILL.md
MSSQL Review
Use this skill when reviewing SQL Server, EF Core, Dapper, stored procedure, migration, or database-backed .NET application changes.
Process
- Inspect the diff, surrounding data access code, migrations, stored procedures, configs, and tests before applying checklist items.
- Check correctness, data integrity, tenant isolation, SQL injection risk, query shape, migration safety, locks, transactions, performance, observability, backup/DR impact, and tests.
- Lead with concrete findings by severity, with file references, affected behavior, and missing verification.
- Separate confirmed bugs from risks, questions, and follow-up suggestions.
Large PR Subagent Review
For large pull requests, use focused subagents before producing the final review. Split by risk area such as schema/migrations, EF Core, Dapper/procedures, security/tenant boundaries, performance/indexing, operational readiness, or QA.
The main agent consolidates subagent findings, removes duplicates, resolves conflicts, decides final severity, and writes the final review summary.