review

Review code changes and staged diffs for implementation quality and release readiness.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines implementation review by checking change sets with a local Claude Code CLI run and any configured custom reviewers, so teams can catch issues before creating or merging a pull request.

Core Features & Use Cases

  • Parallel review execution: Runs the local review path alongside custom reviewer commands to collect multiple perspectives at once.
  • Worktree-aware operation: Supports running every step inside a specified worktree path for isolated branch-based review flows.
  • Safety and readiness gates: Fails fast when API-key conflicts could alter authentication, loads a review prompt when present, and creates a review-ok stamp to unlock downstream PR steps.

Quick Start

Ask the assistant to review the current changes or staged diff and return actionable findings with severity, file references, and fix suggestions.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review staged git diffs for release readiness?

Run parallel code review by executing the local Claude Code CLI path alongside custom reviewer commands. This collects multiple perspectives on staged changes simultaneously while operating within an isolated worktree path for branch-based validation.

Can I run code review inside a git worktree path?

Yes, the review process is worktree-aware and supports running every step inside a specified worktree path. This enables isolated branch-based validation and parallel custom reviewer execution without affecting the main repository state.

Does Claude Code CLI require OAuth authentication for pull request review?

Claude Code CLI requires OAuth-based authentication safeguards for pull request review. The process fails fast when API-key conflicts could alter authentication, ensuring safe execution of local review paths and custom reviewer commands.

What is a review-ok stamp in git code review workflows?

A review-ok stamp in git code review workflows is a readiness gate marker generated after validating change sets. It unlocks downstream pull request steps by confirming that local CLI review and custom reviewers have successfully passed implementation quality checks.

Why does code review fail fast on API-key conflicts?

Code review fails fast on API-key conflicts to prevent authentication alterations during execution. This safety gate ensures OAuth-based authentication safeguards remain intact, protecting the integrity of local Claude Code CLI runs and custom reviewer commands.