review

Analyze pull request diffs for SQL safety and trust boundary issues.

2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/nicholaslocascio/x-claw-studio --skill review-nicholaslocascio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/nicholaslocascio/x-claw-studio/tree/main/skills/gstack/review
Command: npx skills add https://github.com/nicholaslocascio/x-claw-studio --skill review-nicholaslocascio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-landing PR review analyzes the diff against the base branch to identify SQL safety risks, LLM trust boundary violations, conditional side effects, and other structural issues before merging.

Core Features & Use Cases

  • Analyzes diffs to surface SQL safety issues, potential side effects, and trust boundary violations.
  • Provides structured guidance for reviewing changes across code, tests, and data flows.
  • Integrates with a CLI workflow to streamline pre-landing reviews.

Quick Start

Review a pull request to surface critical SQL safety, LLM trust, and structural issues before merging.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate PR review for SQL safety and LLM trust boundaries?

Automated PR review for SQL safety and LLM trust boundaries evaluates pull request diffs against the base branch to surface structural issues, potential side effects, and risk indicators before merging.

What is pre-landing code review and how does diff analysis work?

Pre-landing code review analyzes pull request diffs against the base branch to identify SQL safety risks, LLM trust boundary violations, and conditional side effects before code is merged.

How do I check pull request diffs for potential side effects before merging?

You can check pull request diffs for potential side effects by examining the changes against repository conventions and a review checklist to surface actionable risk indicators.

Can I use automated diff analysis to review code changes across tests and data flows?

Yes, automated diff analysis provides structured guidance for reviewing changes across code, tests, and data flows to surface critical SQL safety and structural issues.

What is the best way to integrate pre-landing PR review into a CLI workflow?

The best way to integrate pre-landing PR review into a CLI workflow is by examining diffs against repository conventions to surface actionable findings before merging.