review

Analyze diffs for SQL safety, LLM trust boundaries, and conditional side effects.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Scivor/helm --skill review-scivor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/Scivor/helm/tree/main/skills/gstack/review
Command: npx skills add https://github.com/Scivor/helm --skill review-scivor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-landing PR review analyzes diffs against the base branch to identify SQL safety issues, LLM trust boundary violations, conditional side effects, and other structural problems that could cause bugs or security issues post-merge.

Core Features & Use Cases

  • Surface SQL safety risks in diffs and offer concrete remediation steps.
  • Detect LLM trust boundary violations and risky diffs before merge.
  • Proactively suggest fixes and workflow improvements for PRs and code reviews.

Quick Start

Review a pull request diff against the base branch and receive a prioritized list of issues and actionable fixes.

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a PR diff for SQL safety risks before merging?

Pre-landing PR review analyzes diffs against the base branch to surface SQL safety issues and offers concrete remediation steps. It identifies structural problems that could cause bugs or security issues post-merge.

What are LLM trust boundary violations in code diffs?

LLM trust boundary violations are risky diff patterns where untrusted model inputs cross security perimeters. Pre-landing PR review detects these violations in your diffs before merge to prevent potential security exploits.

How do I check for conditional side effects in a pull request?

You can check for conditional side effects by analyzing the PR diff against the base branch. Pre-landing PR review proactively detects these structural issues and suggests actionable fixes and workflow improvements for code reviews.

Can I automate code reviews to catch security issues in diffs?

Yes, you can automate pre-landing PR review to analyze diffs for SQL safety, LLM trust boundaries, and conditional side effects. This requires a disciplined workflow and tooling to detect issues and suggest actionable fixes.

Does pre-landing PR review work without external dependencies?

Pre-landing PR review operates without external dependencies. It analyzes your diffs directly to identify SQL safety issues, LLM trust boundary violations, and conditional side effects, providing a prioritized list of issues and actionable fixes.