review — for Claude Code review, vibemux, community, for Claude Code, ide skills, worktree <path>, cd <path> && command, <path>, $CLAUDE_PROJECT_DIR, bash git diff --name-only HEAD

v1.0.0

このスキルについて

適した場面: Ideal for AI agents that need 変更差分をレビューします。以下の手順で実行してください。. ローカライズされた概要: review helps AI agents handle repository-specific developer workflows with documented implementation details.

機能

変更差分をレビューします。以下の手順で実行してください。
--worktree <path が指定された場合、全操作を指定パス内で実行する。
Bash : 全コマンドを cd <path && command で実行する
Read/Write/Edit : <path / を基準とした絶対パスを使用する
サブスキル呼び出し : --worktree <path を引き継ぐ

# Core Topics

hirokimry hirokimry
[0]
[0]
Updated: 3/20/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
43
Canonical Locale
ja
Detected Body Locale
ja

適した場面: Ideal for AI agents that need 変更差分をレビューします。以下の手順で実行してください。. ローカライズされた概要: review helps AI agents handle repository-specific developer workflows with documented implementation details.

このスキルを使用する理由

推奨ポイント: review helps agents 変更差分をレビューします。以下の手順で実行してください。. review helps AI agents handle repository-specific developer workflows with documented implementation details.

おすすめ

適した場面: Ideal for AI agents that need 変更差分をレビューします。以下の手順で実行してください。.

実現可能なユースケース for review

ユースケース: Applying 変更差分をレビューします。以下の手順で実行してください。
ユースケース: Applying --worktree <path が指定された場合、全操作を指定パス内で実行する。
ユースケース: Applying Bash : 全コマンドを cd <path && command で実行する

! セキュリティと制限

  • 制約事項: git diff --name-only HEAD
  • 制約事項: git diff --name-only --cached
  • 制約事項: Requires repository-specific context from the skill documentation

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is review?

適した場面: Ideal for AI agents that need 変更差分をレビューします。以下の手順で実行してください。. ローカライズされた概要: review helps AI agents handle repository-specific developer workflows with documented implementation details.

How do I install review?

Run the command: npx killer-skills add hirokimry/vibemux. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for review?

Key use cases include: ユースケース: Applying 変更差分をレビューします。以下の手順で実行してください。, ユースケース: Applying --worktree <path が指定された場合、全操作を指定パス内で実行する。, ユースケース: Applying Bash : 全コマンドを cd <path && command で実行する.

Which IDEs are compatible with review?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for review?

制約事項: git diff --name-only HEAD. 制約事項: git diff --name-only --cached. 制約事項: Requires repository-specific context from the skill documentation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add hirokimry/vibemux. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use review immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

review

Install review, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

ultrathink 変更差分をレビューします。以下の手順で実行してください。

worktree モード

--worktree <path> が指定された場合、全操作を指定パス内で実行する。

  • Bash: 全コマンドを cd <path> && command で実行する
  • Read/Write/Edit: <path>/ を基準とした絶対パスを使用する
  • サブスキル呼び出し: --worktree <path> を引き継ぐ
  • 未指定時は従来通り CWD で実行する(後方互換)
  • $CLAUDE_PROJECT_DIR: worktree モードでは <path> に置き換える

1. 変更ファイルの確認

各コマンドは個別に実行すること。&& で連結しない。

bash
1git diff --name-only HEAD
bash
1git diff --name-only --cached

2. レビュー実行

CodeRabbit CLI

まず vibecorp.ymlcoderabbit.enabled を確認する:

bash
1awk '/^coderabbit:/{found=1; next} found && /^[^ ]/{exit} found && /enabled:/{print $2}' \ 2 "$CLAUDE_PROJECT_DIR"/.claude/vibecorp.yml
  • 結果が falseCodeRabbit CLI セクション全体をスキップし、レポートに「CodeRabbit: 無効(vibecorp.yml で coderabbit.enabled: false)」と記載する
  • 結果が true または空(未定義)→ 以下を実行
bash
1cr review --plain

cr が利用できない場合はスキップし、レポートにその旨を記載する。

カスタムレビュアー

.claude/vibecorp.ymlreview.custom_commands を確認する。定義がある場合、各コマンドを並列で実行する:

yaml
1review: 2 custom_commands: 3 - name: shellcheck 4 command: "shellcheck **/*.sh"

各カスタムコマンドを実行し、結果を収集する。

3. レビュー完了スタンプの生成

レビューが完了したら、PR 作成を許可するスタンプを生成する。スタンプは ~/.cache/vibecorp/state/<repo-id>/ 配下に作成される(.claude/ 配下への書込確認プロンプトを回避)。

bash
1. "$CLAUDE_PROJECT_DIR/.claude/lib/common.sh" 2STAMP_DIR="$(vibecorp_stamp_mkdir)" 3touch "${STAMP_DIR}/review-ok"

worktree モードの場合:

bash
1. "<path>/.claude/lib/common.sh" 2STAMP_DIR="$(vibecorp_stamp_mkdir)" 3touch "${STAMP_DIR}/review-ok"

4. 結果報告

全レビュー結果を統合して報告する:

text
1## レビュー結果 2 3### CodeRabbit 4- {指摘サマリ} 5 6### {カスタムレビュアー名} 7- {指摘サマリ} 8 9### サマリ 10- 指摘総数: {件数} 11- 重大: {件数} 12- 提案: {件数}

関連スキル

Looking for an alternative to review or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

ローカライズされた概要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

widget-generator

Logo of f
f

ローカライズされた概要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

ローカライズされた概要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

ローカライズされた概要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
開発者