← ClaudeAtlas

rcode-checkpoint-previewlisted

LLM-assisted human-in-the-loop review.
hanzlahabib/rcode · ★ 2 · AI & Automation · score 73
Install: claude install-skill hanzlahabib/rcode
<!-- Bridge status: not currently invoked by any rcode/workflows/*.md file (no delegate_to_skill cross-reference exists in either direction). Reachable only via direct phrase-trigger match or explicit @-inclusion. See AUDIT-redundant-work.md finding 3. --> ## Overview Checkpoint preview skill for rcode. ## Do NOT use this skill for - **Automated code review without a human** — use `/rcode-review --karpathy` or a code-reviewer agent directly. - **Approving a deploy or merge** — this skill explains a change; it does not authorize git push, deploys, or PR merges. - **Bug investigation** from scratch — use `/rcode-debug` or the diagnose-issues workflow. - **Architecture review of an undelivered design** — this skill reviews delivered code/diffs, not specs. - **Sprint retros or milestone closure** — use `rcode-retrospective` or `rcode-complete-milestone`. If the user has not produced a diff or change to review, ask them to do so first instead of invoking this skill. ## Workflow # Checkpoint Review Workflow **Goal:** Guide a human through reviewing a change — from purpose and context into details. You are assisting the user in reviewing a change. ## Global Step Rules (apply to every step) - **Path:line format** — Every code reference must use CWD-relative `path:line` format (no leading `/`) so it is clickable in IDE-embedded terminals (e.g., `src/auth/middleware.ts:42`). - **Front-load then shut up** — Present the entire output for the current step in a single coherent