review

Analyze branch diffs for SQL safety, race conditions, and LLM trust boundary issues.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Batsirai/adoro-studios --skill review-batsirai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/Batsirai/adoro-studios/tree/main/Skills/review
Command: npx skills add https://github.com/Batsirai/adoro-studios --skill review-batsirai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates pre-landing PR reviews by analyzing diffs against the base branch to detect structural and safety issues, reducing manual review time and catching edge cases early.

Core Features & Use Cases

  • Automated diff analysis: compares current branch with the base to highlight potential SQL safety violations, race conditions, and LLM trust boundary concerns.
  • Guided remediation: suggests deterministic fixes, asks clarifying questions, and tracks decisions to improve landing quality.
  • Shipping guidance: provides actionable recommendations on merge vs revert decisions and documents the rationale for auditing.

Quick Start

Run this skill to review the current branch against the base, surface critical findings, and propose fixes or questions for user input.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate pull request reviews for SQL safety and race conditions?

Automated pull request review analyzes branch diffs against the base to detect SQL safety violations, race conditions, and LLM trust boundary issues, suggesting deterministic fixes or clarifying questions to reduce manual review time.

How does diff analysis detect LLM trust boundary violations in my code?

Diff analysis compares the current branch with the base branch to surface structural and safety issues, assessing conditional side effects and potential prompt misuses to identify LLM trust boundary violations.

Can I get merge or revert recommendations based on code quality checks?

Code quality checks provide actionable shipping guidance, recommending whether to merge or revert based on detected edge cases and structural issues, while documenting the rationale for auditing purposes.

What's the best way to catch edge cases in a git diff before merging?

Analyzing the git diff before merging catches edge cases by assessing conditional side effects and potential prompt misuses, then suggesting actionable fixes or questions for user input.

Do I need any dependencies to run automated PR checks on my branch?

No dependencies are required to run automated PR checks; the skill operates independently to analyze branch diffs and surface critical findings without external tool integrations.