ワンクリックで
review-loop
Run a Codex review loop on uncommitted changes. Codex reviews, Claude fixes issues, loops until clean or max iterations reached.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run a Codex review loop on uncommitted changes. Codex reviews, Claude fixes issues, loops until clean or max iterations reached.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | review-loop |
| description | Run a Codex review loop on uncommitted changes. Codex reviews, Claude fixes issues, loops until clean or max iterations reached. |
| disable-model-invocation | true |
Launch the automated review loop on uncommitted changes in the current repository.
git branch --show-current 2>/dev/null || echo "(not in a git repo)"git status --short 2>/dev/null | head -10Run from the current working directory (must be a git repo):
bash "${CLAUDE_SKILL_DIR}/scripts/review_loop.sh"
If the user specifies a number (e.g. /review-loop 10), set MAX_ITERATIONS:
MAX_ITERATIONS=<n> bash "${CLAUDE_SKILL_DIR}/scripts/review_loop.sh"
$ARGUMENTS
The script launches a persistent tmux session (review-loop) and returns immediately.
After running, report to the user:
tmux attach -t review-loop to watch livereviews/Requires: claude, codex, tmux