Claude-Code-Workflow review-cycle
Chain-loaded review cycle. 3-mode routing for session, module, or fix review.
install
source · Clone the upstream repo
git clone https://github.com/catlog22/Claude-Code-Workflow
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/catlog22/Claude-Code-Workflow "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/workflow-skills/review-cycle" ~/.claude/skills/catlog22-claude-code-workflow-review-cycle-1415af && rm -rf "$T"
manifest:
.claude/workflow-skills/review-cycle/SKILL.mdsource content
Review Cycle (Chain-Loaded)
Use
chain_loader to execute:
— Mode routing entrychain_loader start --chain=ccw-review-cycle
— Session reviewchain_loader start --chain=ccw-review-cycle --entry=session
— Module reviewchain_loader start --chain=ccw-review-cycle --entry=module
— Fix review Phases fromchain_loader start --chain=ccw-review-cycle --entry=fix
. Variables: review_status, fix_count.claude/skills/review-cycle/