SQL Business Logic Review
Use this skill when reviewing SQL that affects reporting, metrics, transformations, financial logic, product logic, or stakeholder-facing outputs.
Goals
- Review SQL as business logic, not just syntax.
- Detect silent semantic changes.
- Flag places where technically valid SQL can still produce wrong business results.
What to look for
- grain mismatches
- duplicate rows introduced by joins
- incorrect join keys
- left vs inner join behavior changes
- filter
[Description truncada. Veja o README completo no GitHub.]