review

Analyze Git diffs against the base branch and enforce a pre-landing PR review checklist.

33|6|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/WillNigri/Agentic-Tool-Optimization --skill review-willnigri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/WillNigri/Agentic-Tool-Optimization/tree/main/.claude/skills/review
Command: npx skills add https://github.com/WillNigri/Agentic-Tool-Optimization --skill review-willnigri

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes diffs against the base branch to surface structural issues and drift that tests may miss, enabling faster, safer PR reviews.

Core Features & Use Cases

  • Two-pass review workflow covering SQL safety, race conditions, LLM trust boundaries, and value completeness.
  • Enforces a standard Pre-Landing PR Review Checklist and auto-fixes mechanical issues while surfacing ambiguous items for human input.
  • Integrates with common PR workflows to surface diffs, warnings, and remediation steps.

Quick Start

Run the /review workflow on the current branch to perform a pre-landing PR check.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate pre-landing PR reviews for my Git branch?

A pre-landing PR review is an automated check that analyzes your branch diff against the base branch to surface structural drift and issues tests may miss. It enforces a structured checklist covering SQL safety, race conditions, and LLM output trust boundaries before code merges.

What specific code quality issues can a PR diff analysis catch before landing?

SQL data safety in pre-landing reviews is enforced by analyzing branch diffs to identify risky database modifications and drift. The review workflow applies a structured checklist to ensure all data handling changes are verified before merging.

How do I run a pre-landing code review using a Git diff?

Run the /review workflow on your current branch to perform a pre-landing PR check. The workflow analyzes the diff against your base branch and applies a structured checklist to verify code quality and safety before landing.

Does the pre-landing review workflow auto-fix mechanical code issues?

Yes, the pre-landing review workflow auto-fixes mechanical issues while surfacing ambiguous items for human input. It enforces a standard checklist across two review passes to ensure mechanical problems are remediated automatically.

Can I use automated PR review for frontend design and LLM trust boundary checks?

You can use automated PR review for frontend design and LLM trust boundary checks within its two-pass workflow. It analyzes branch diffs to verify value completeness and safe handling of LLM outputs before code merges.