What problem does it solve?
Pre-landing PR review automates the detection of SQL safety issues, LLM trust boundary violations, conditional side effects, and other structural risks in diffs between the feature branch and the base branch. Proactively surface guidance for merge readiness and provide concrete remediation suggestions.
Core Features & Use Cases
- Diff-scoped analysis of PR changes to surface high-risk patterns before landing.
- SQL safety checks to validate queries and data modifications against best practices.
- LLM trust boundary validation to prevent leakage of prompts or sensitive information.
- Detection of conditional side effects and potential race conditions across touched files.
- Proactive escalation prompts and actionable recommendations for merge decisions.
- Supports a two-pass workflow with actionable findings and fixed-first remediation suggestions.
Quick Start
Run the review skill on a PR branch to generate a pre-landing review report.