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.mdSkill 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/gstackThen reference at .agents/skills/gstack-review/SKILL.md
Related Skills
Requesting Code Review
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
requesting-code-reviewrequesting code review
by Jesse Vincent (community) · obra-superpowers-skills
review
Run the local review gate before pushing.
commandsreview
by alirezarezvani · alirezarezvani-claude-skills
Code Review Reception
Receive and act on code review feedback with technical rigor, not performative agreement or blind implementation
receiving-code-reviewcode review reception
by Jesse Vincent (community) · obra-superpowers-skills
Performing Security Code Review
This skill enables Claude to conduct a security-focused code review using the security-agent plugin. It analyzes code for potential vulnerabilities like SQL injection, XSS, authentication flaws, and insecure dependencies. Claude uses this skill when the user explicitly requests a security audit, ask
skill-adapterperforming security code review
by jeremylongshore · plugins-plus-skills