What problem does it solve?
Pre-landing PR reviews often miss subtle SQL safety issues, data integrity risks, LLM prompt trust boundary violations, and unintended side effects in diffs. This Skill automates those checks against the main branch to reduce review toil and merge risk.
Core Features & Use Cases
- Diff-based safety analysis: detects potential SQL injection risks, unsafe data writes, and to-be-changed dependencies across diffs.
- LLM trust validation: flags prompt leakage, unsafe model configurations, and boundary violations before merge.
- Structural consistency checks: identifies conditional side effects, missing validations, and risky code patterns in PRs.
- Use Case: A developer submits a feature branch; reviewers receive a structured report highlighting critical issues to address before merging.
Quick Start
Run a pre-landing PR review on your feature branch to surface SQL, trust boundary, and side-effect issues before merging.