review

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

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/alexandervashurin/semaphore --skill review-alexandervashurin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/alexandervashurin/semaphore/tree/main/.claude/skills/review
Command: npx skills add https://github.com/alexandervashurin/semaphore --skill review-alexandervashurin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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.

Core Features & Use Cases

  • Detects SQL safety issues and potential data races in diffs.
  • Flags LLM trust boundary violations and risky prompt controls in recent changes.
  • Highlights conditional side effects and structural risks to prevent harmful landings.

Quick Start

Run a pre-landing review on the current diff to surface risk and suggested fixes before merging.

Frequently Asked Questions about review

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

FAQPage Schema
What is a pre-landing code review and why is it needed?

A pre-landing code review analyzes your diff against the base branch to detect SQL safety issues, LLM trust boundary violations, and conditional side effects before merging changes into the main branch.

How do I check my diff for SQL safety issues before merging?

Run a pre-landing review on your diff to automatically check for SQL safety issues, potential data races, and structural risks, providing actionable feedback and suggested fixes before you land the code.

Can I use automated PR review to detect LLM trust boundary violations?

Yes, automated PR review can flag LLM trust boundary violations and risky prompt controls by analyzing recent changes in your diff against the base branch to prevent harmful landings.

Does pre-landing PR review work without external dependencies?

Yes, pre-landing PR review operates without external dependencies, analyzing the diff directly to guide decisions on whether to proceed or require changes before merging your code.

What are the limitations of automated code review for safe diffs?

Automated code review for safe diffs focuses specifically on SQL safety, LLM trust boundaries, and conditional side effects, targeting structural risks rather than general formatting or style issues.