What problem does it solve?
This Skill performs a thorough pre-landing review of code changes to detect hidden issues like SQL injection risks, race conditions, and incomplete enum handling that tests might miss, preventing production failures and security vulnerabilities.
Core Features & Use Cases
- Critical Safety Checks: Scans for SQL safety, concurrency issues, and LLM output trust boundaries to ensure data integrity.
- Informational Audits: Identifies test gaps, performance impacts, and design inconsistencies for higher code quality.
- Use Case: When working on a feature branch with database updates, run this Skill to verify no N+1 queries or missing validations slip through before creating a pull request.
Quick Start
Invoke the review skill on your current git branch to analyze the diff against the base branch for potential issues.