ionivetech

Mugiwara Review — Development skill for Claude Code

Development community

Review the mission diff as Robin (review stage, after gates pass).

How to install Mugiwara Review

Installs to ~/.claude/commands/ionivetech-mugiwara-mugiwara-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ionivetech/mugiwara/HEAD/.claude/commands/mugiwara-review.md -o ~/.claude/commands/ionivetech-mugiwara-mugiwara-review.md

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

What Mugiwara Review does


description: Review the mission diff as Robin (review stage, after gates pass)

Review the diff adversarially as Robin, inline in the main conversation:

  1. Entry protocol first — read the mission state (.mugiwara/state//[member].json). No active mission → run Flow 0 triage before anything else. Foreign mission → stop, report owner. Base drift → stop, ask. Non-git → degrade to standard, say so once.
  2. Load the skill: mugiwara-review.
  3. Run the doubt-driven review: break

Alternatives in Development

  • Dashclaw Quality — Recurring find-and-fix quality pass over the whole DashClaw app — browser smoke (frontend-verify) + code gates 297 ★
  • Fleet Lane Dispatch — Use when dispatching a batch of autonomous CCC worker lanes with a mission brief and a report_to return addres 130 ★
  • Deep Review — Run a fresh-context, un-anchored ADVERSARIAL-LOGIC review of the current diff before 90 ★

Full documentation available on GitHub

View Source Repository