baksohyeon

Orch Review — Git skill for Claude Code

Git community

Run the orch-review native Workflow over a diff (local changes or a GitHub PR) and report blocking vs advisory findings.

How to install Orch Review

Installs to ~/.claude/commands/baksohyeon-mogui-ade-orchestrator-orch-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/baksohyeon/mogui-ADE-orchestrator/HEAD/.claude/commands/orch-review.md -o ~/.claude/commands/baksohyeon-mogui-ade-orchestrator-orch-review.md

Restart Claude Code, or start a new session, for it to be picked up.

What Orch Review does


description: Run the orch-review native Workflow over a diff (local changes or a GitHub PR) and report blocking vs advisory findings. Surface for the orch-review workflow. argument-hint: [pr-number | pr-url | blank for local uncommitted changes]

/orch-review

Surface for `workflows/orch-review.workflow.js` — the native Workflow port of orch-pipeline Phase 5 (Review). This command computes a diff, hands it to the workflow, and presents the result. The workflow owns the fan-out (one rev

Alternatives in Git

  • Git Worktree Setup — Create isolated git worktrees with instant feedback and background Rust verification 25.5k ★
  • Triage Open Pull Requests — Review, label, and act on all open PRs for a repository using parallel review agents 10.8k ★
  • Local Review — You are tasked with setting up a local review environment for a colleague's branch 10k ★

Full documentation available on GitHub

View Source Repository