What problem does it solve?
PR diffs can hide structural issues that cause bugs or unsafe merges. This skill analyzes diffs against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural risks to help teams land safer code.
Core Features & Use Cases
- Detects SQL safety issues in diffs and flags risky patterns before merging.
- Checks LLM trust boundaries and ensures user-provided prompts or tool calls won't leak or misbehave.
- Proactively suggests improvements or alternative verification steps before landing a PR.
- Use Case: A maintainer reviewing a feature branch with potentially unsafe diffs can run this skill to surface critical issues before merge.
Quick Start
Review the latest PR diff against the base branch and surface SQL safety issues, LLM boundary risks, and structural problems with actionable remediation.