review

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-landing PR review helps identify structural and security concerns in code changes before they are merged. It analyzes diffs against the base branch to surface SQL safety issues, LLM trust boundary violations, and potential side effects.

Core Features & Use Cases

  • Detects SQL safety and data integrity issues in diffs against the base branch.
  • Highlights LLM trust boundary violations and other risk patterns in PRs.
  • Proactively suggests fixes or improvements before merging.

Quick Start

Submit the PR diff against the base branch and run a pre-landing review to receive actionable feedback before merging

Frequently Asked Questions about review

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

FAQPage Schema
How do I check SQL safety issues in a pull request diff?

To check SQL safety issues in a pull request diff, you can run a pre-landing review that analyzes changes against the base branch to detect data integrity risks and suggest fixes before merging.

What are LLM trust boundary violations in code reviews?

LLM trust boundary violations occur when code changes improperly trust unvalidated model inputs. PR review analyzes diffs against the base branch to highlight these risk patterns before merging.

How do I identify potential side effects in code changes before merging?

You identify potential side effects in code changes by simulating conditional logic within the diff. A proactive quality gate inspects patterns against the base branch to report findings with suggested fixes.

How do I automate code quality checks on a pull request?

Automate code quality checks on a pull request by applying a pre-landing review workflow to the submitted diff. This proactively surfaces structural and security concerns against the base branch before merging.

Does pre-landing PR review work without external dependencies?

Yes, pre-landing PR review works without external dependencies. It parses diffs, inspects SQL patterns, simulates potential side effects, and reports findings entirely through its internal advanced reasoning.