What problem does it solve?
Pre-landing PR review identifies and reports issues in a pull request by analyzing the diff against the main branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues that could cause bugs or risk release quality.
Core Features & Use Cases
- Diff-based checks for SQL safety and data integrity, ensuring changes won't introduce unsafe queries or data mutations.
- LLM trust boundary verification to prevent prompt-related leakage or unsafe outputs in code changes.
- Stepwise, reproducible checkout and review workflow that highlights actionable issues and preserves reviewer intent for governance.
Quick Start
Instruct the system to run the /review workflow against your feature/PR branch to generate findings and recommended fixes.