review

Analyze Git branch diffs against origin/main for SQL safety and trust boundary issues.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/brianruggieri/claude-personalities --skill review-brianruggieri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/brianruggieri/claude-personalities/tree/main/claude/skills/gstack/review
Command: npx skills add https://github.com/brianruggieri/claude-personalities --skill review-brianruggieri

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes a branch diff against origin/main to identify SQL safety issues, LLM trust boundary violations, conditional side effects, and other structural concerns before merging.

Core Features & Use Cases

  • Diff analysis against origin/main to flag SQL and data-safety risks, trust boundary violations, and unintended side effects in code changes.
  • Reproducible, checklist-driven review workflow that guides reviewers through critical outcomes and actionable fixes.
  • Use Case: Pre-landing PR review to prevent regressions, security gaps, and trust violations in production code.

Quick Start

Run the /review workflow to analyze the current branch's diff against origin/main and surface findings.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review a Git diff for SQL safety and LLM trust boundary violations before merging?

Pre-landing PR review flags SQL safety risks, LLM trust boundary violations, and conditional side effects by analyzing the Git branch diff against origin/main before merging. It consults a checklist to surface actionable findings.

What structural risks should I look for in a pre-landing PR review?

Pre-landing PR review should identify SQL safety issues, LLM trust boundary violations, conditional side effects, and other structural risks in code changes. This skill reads the branch diff against origin/main to surface these findings.

How do I automate a checklist-driven code review for a branch diff?

Automate checklist-driven code review by running a deterministic workflow that reads the Git branch diff, consults a pre-landing checklist file, and uses Bash, Grep, and Read to surface findings. This skill provides that reproducible workflow.

Can I customize the checklist used for pre-landing PR reviews?

You can customize the pre-landing PR review checklist by editing the file at .claude/skills/review/checklist.md. The review workflow reads this checklist to guide reviewers through critical outcomes and actionable fixes.

Does the PR review workflow support analyzing diffs across multiple files?

The PR review workflow supports analyzing diffs across multiple files to flag problems in code changes, including checks and related configurations. It reads the entire branch diff against origin/main to surface structural risks.