一键导入
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