review

Analyze PR diffs for SQL safety, prompt boundary, and side-effect risks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-landing PR review identifies structural risks in diffs, including SQL safety, LLM trust boundaries, and side effects, before merging.

Core Features & Use Cases

  • Analyzes diffs against the base branch to surface potential SQL, prompt, or logic issues.
  • Proactively suggests questions or fixes you can apply before landing code changes.
  • Improves review quality by surfacing actionable concerns and questions during PR reviews.

Quick Start

Run the review on a PR diff to surface safety issues and recommended actions.

Frequently Asked Questions about review

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

FAQPage Schema
How do I run a pre-landing code review to check SQL safety?

Run a pre-landing code review by analyzing the diff between your PR and the base branch to surface SQL safety risks. The review outputs an action plan with suggested questions or fixes to resolve merge readiness issues before landing.

What structural issues can a pre-landing PR review identify?

A pre-landing PR review identifies structural risks in diffs including SQL safety violations, LLM prompt boundary violations, and conditional side effects. It proactively suggests actionable questions or fixes you can apply before merging code changes.

How do I analyze a pull request diff for LLM trust boundary violations?

Analyze a pull request diff against the base branch to detect LLM trust boundary violations and prompt issues. This surfaces potential defects affecting merge readiness and outputs recommended questions or fixes for the reviewer.

Can I surface conditional side effects in a PR before merging?

Yes, you can surface conditional side effects in a PR by analyzing the diff against the base branch. The review identifies these structural risks and provides a plan of action with suggested fixes to improve review quality.

Does pre-landing review work without external dependencies?

Pre-landing review works without external dependencies, analyzing diffs directly to identify logic issues and safety risks. It focuses on surfacing actionable concerns regarding SQL, prompts, and side effects during the pull request review process.