What problem does it solve?
An automated, structured pre-landing PR review that analyzes the current branch diffs against the base branch to identify SQL safety issues, potential LLM trust boundary violations, conditional side effects, and other structural risks. It provides clear guidance on what to fix before merging.
Core Features & Use Cases
- Diff-based safety analysis: detects risky SQL patterns, data exposure risks, and structural issues in diffs.
- Trust and boundary checks: flags LLM prompts, outputs, or tool usage that could leak sensitive data or violate trust boundaries.
- Actionable guidance: supplies concrete recommendations and next steps to improve the quality and safety of changes before landing.
Quick Start
Instruct the Skill to perform a pre-landing PR review by analyzing the current branch diff against the base branch and reporting actionable findings.