원클릭으로
review-loop
Use when: iterative review-fix loop until csa review --diff is clean
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when: iterative review-fix loop until csa review --diff is clean
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when: full dev cycle branch->plan->implement->review->PR->merge
Use when: executing tasks via csa run/review/debate, session mgmt
Use when: running CSA-driven code review, independent model selection
Use when: three-layer manager-employee orchestration for delegation
Use when: legacy alias, redirects to dev2merge pipeline
Use when: converting TODO plan or open GitHub issues into deterministic execution checklist
| name | review-loop |
| description | Use when: iterative review-fix loop until csa review --diff is clean |
| allowed-tools | Bash, Read, Grep, Edit, Write |
| triggers | ["review-loop","/review-loop","review and fix loop"] |
Bounded diagnostic review-fix front end. It may run at most 2 identical serial
review → fix → review rounds. If the branch is still not clean, the serial loop
MUST stop and change topology: freeze HEAD, fan out read-only discovery by
semantic scope × lens, verify/deduplicate, cluster root causes, batch repairs,
and finish with a fresh whole-range clean-room gate. Reaching the budget never
authorizes PASS, push, or merge.
csa run --sa-mode true --skill review-loop "Review and fix current changes"
When operating under SA mode (e.g., dispatched by /sa or any autonomous workflow),
ALL csa invocations MUST include --sa-mode true. This includes csa run,
csa review, csa debate, and any other execution commands. Omitting --sa-mode
at root depth causes a hard error; passing false when the caller is in SA mode
breaks prompt-guard propagation.
csa review --diffparallel-fix pattern (parallel RECON / serial EDIT) for faster fix rounds.MAX_ROUNDS: Maximum review-fix iterations (default: 2)