review

<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly -->

Content Preview
---
name: review
description: |
  Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust
  boundary violations, conditional side effects, and other structural issues. Use when
  asked to "review this PR", "code review", "pre-landing review", or "check my diff".
  Proactively suggest when the user is about to merge or land code changes.
---
<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly -->
<!-- Regenerate: bun run gen:skill-docs -->

## Preamble (ru
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/review.md \
  https://raw.githubusercontent.com/garrytan/gstack/main/.agents/skills/gstack-review/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/garrytan/gstack

Then reference at .agents/skills/gstack-review/SKILL.md

Related Skills