review

Analyze diffs against the base branch for SQL safety and trust boundary issues.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/gebl/anvil-skill-marketplace --skill review-gebl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/gebl/anvil-skill-marketplace/tree/main/generated/claude/skills/review
Command: npx skills add https://github.com/gebl/anvil-skill-marketplace --skill review-gebl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when asked to "review this PR", "code review", "pre-landing review", or "check my diff". Proactively suggest when the user is about to merge or land code changes. (gstack)

Core Features & Use Cases

  • Diff-scans for structural correctness and risk signals in PRs and diffs.
  • LLM trust boundary checks and SQL safety validations to catch potential issues before merge.
  • Guidance and plan-mode integration to surface remediation steps and governance signals.

Quick Start

Run /review on your current branch to trigger a pre-landing PR assessment.

Frequently Asked Questions about review

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

FAQPage Schema
How do I check my diff for SQL safety issues before merging?

Pre-landing PR review analyzes your diff against the base branch to detect SQL safety issues, LLM trust boundary violations, and conditional side effects before code merges.

What is an LLM trust boundary violation in a code review?

An LLM trust boundary violation occurs when code changes improperly handle authorization or data inputs. Pre-landing PR reviews detect these violations alongside SQL safety and conditional side effects.

How do I run a pre-landing PR review on my current branch?

Run /review on your current branch to trigger a pre-landing PR assessment. The review analyzes your diff for structural correctness, SQL safety, and LLM trust boundary violations.

Can I use this pre-landing review with GitHub-like platforms?

Yes, pre-landing PR review applies to PR reviews, code reviews, and check-my-diff tasks across GitHub-like platforms, outputting actionable remediation guidance and governance signals.

Does PR review integrate with plan workflows for remediation?

Yes, PR review integrates with plan workflows to surface remediation steps and governance signals. It outputs actionable guidance for detected SQL safety and LLM trust boundary issues.