review

Analyze branch diffs for SQL safety and trust boundary violations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-landing PR reviews analyze diffs against the base branch to catch structural and safety issues that tests may miss, helping teams ship safer code.

Core Features & Use Cases

  • Analyzes diffs for SQL safety, LLM trust boundary violations, race conditions, and other structural risks.
  • Generates actionable findings and recommended next steps to improve PR quality and release confidence.
  • Supports proactive routing suggestions and plan generation to streamline pre-landing reviews.

Quick Start

Run a review on your feature branch to perform a pre-landing PR review and surface issues.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate PR diff reviews to catch safety issues before merging?

Automated PR diff reviews analyze your working branch against the base branch to identify structural and safety risks like SQL safety issues, LLM trust boundary violations, and race conditions before merging, ensuring safer code shipping.

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

An LLM trust boundary violation occurs when untrusted inputs cross into LLM processing without proper safety checks. PR diff reviews detect these violations by analyzing structural risks and flagging unsafe trust boundaries in your code changes.

Can I check SQL safety and race conditions in my feature branch diff?

Yes, you can check SQL safety and race conditions by running a pre-landing review on your feature branch. The review analyzes the diff context to surface these structural risks and generates actionable findings to improve PR quality.

How do I generate actionable next steps after analyzing a PR diff?

Generating actionable next steps after analyzing a PR diff involves loading the diff context and project metadata to surface findings in a plan-friendly report, which drives decision-making and proactively suggests routing to improve release confidence.

Does automated PR review work without additional dependencies or components?

Automated PR review operates without requiring additional dependencies or components, directly loading your project metadata and branch diff context to identify risks and suggest routing for safer merging.

What are the limitations of automated diff analysis for pre-landing reviews?

Automated diff analysis for pre-landing reviews focuses on structural and safety issues that tests may miss, such as conditional side effects and trust boundary violations, but does not replace functional testing or runtime validation of your merged code.