review-it

Review local or branch-based code changes before commit or ship.

207|30|Updated May 16, 2026
One-click install
npx skills add https://github.com/smallnest/goal-workflow --skill review-it
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-it
Source: https://github.com/smallnest/goal-workflow/tree/main/skills/review-it
Command: npx skills add https://github.com/smallnest/goal-workflow --skill review-it

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, codex, and includes scripts (resource) components.

What problem does it solve?

This Skill turns the final review pass into a reliable closeout step, helping you catch regressions, compatibility breaks, edge cases, and test gaps before you commit or ship code.

Core Features & Use Cases

  • Local and Branch Review: Review dirty uncommitted work or generate a branch diff against the right base for pull request-style checks.
  • Multi-Agent Support: Routes review instructions across Claude Code, Codex, OpenCode, DeepSeek TUI, and Antigravity CLI.
  • Parallel Test Coordination: Runs focused tests while the review is in progress so you can validate changes without slowing down the closeout workflow.
  • Use Case: After finishing a feature branch, use this Skill to inspect the diff, verify the result with tests, and produce a clean final review before shipping.

Quick Start

Ask the review-it skill to review your current changes, choose the right target automatically, and run focused tests in parallel if needed.

Frequently Asked Questions about review-it

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

FAQPage Schema
How do I review local git diff changes before committing code?

To review local git diff changes before committing, you can inspect uncommitted work or generate a branch diff against a detected base. This catches regressions and test gaps by running closeout checks on your dirty or branch-based code.

Can I run automated tests in parallel with code review checks?

Yes, you can run automated tests in parallel with code review checks. The workflow coordinates focused test execution while the diff-aware review is in progress, validating changes without slowing down your closeout process.

Does the review-it skill work with Codex and DeepSeek TUI workflows?

Yes, the review-it skill works with Codex and DeepSeek TUI workflows. It routes review instructions and commands across multiple agents including Claude Code, OpenCode, and Antigravity CLI.

What is the best way to catch compatibility breaks in a feature branch before shipping?

The best way to catch compatibility breaks before shipping is to perform a diff-aware closeout review. This inspects git state and applies branch-based checks to identify regressions, edge cases, and test gaps.

Do I need the gh CLI to detect pull request base branches for code review?

You optionally need the gh CLI to detect pull request base branches for code review. While git is required for state inspection, gh provides optional pull request base detection for accurate branch diff generation.