rcode-checkpoint-preview

Guide a human through a five-step code change review before checkpoint approval.

2|1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/hanzlahabib/rcode --skill rcode-checkpoint-preview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rcode-checkpoint-preview
Source: https://github.com/hanzlahabib/rcode/tree/main/rcode/skills/actions/4-implementation/rcode-checkpoint-preview
Command: npx skills add https://github.com/hanzlahabib/rcode --skill rcode-checkpoint-preview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps a human review a finished code change before checkpoint approval by organizing the diff into a clear review flow and focusing attention on the most important decisions.

Core Features & Use Cases

  • Structured Review Flow: Guides the reviewer through orientation, walkthrough, detail pass, testing, and wrap-up.
  • Risk Awareness: Highlights high-blast-radius areas such as auth, public APIs, schema changes, infra, and security-sensitive logic.
  • Change Comprehension: Generates a review trail, groups code by concern, and explains what each part of the change is doing and why.
  • Human-in-the-Loop Decision Support: Supports scenarios where a reviewer needs to understand a branch, commit, or PR before deciding whether to approve, rework, or discuss it.

Quick Start

Ask the skill to review the current change and guide you through the checkpoint preview workflow.

Frequently Asked Questions about rcode-checkpoint-preview

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a code change before checkpoint approval?

To review a code change before checkpoint approval, use a structured five-step flow that guides you through diff orientation, walkthrough, detail pass, testing, and wrap-up. This process focuses your attention on the most critical decisions and high-blast-radius areas.

What is a human-in-the-loop checkpoint review for a pull request?

A human-in-the-loop checkpoint review is a process where a human must understand a feature branch, commit, or PR diff before deciding to approve, rework, or discuss it. It generates a review trail grouping code by concern to support the final decision.

How do I spot high-risk areas like auth and schema changes during a diff analysis?

Spot high-risk areas during diff analysis by applying risk awareness checks that highlight high-blast-radius logic such as auth, public APIs, schema changes, infra, and security-sensitive code. This guides your attention to areas with the most impact before approval.

Can I use this checkpoint review workflow for any feature branch or commit?

Yes, you can use this checkpoint review workflow for any delivered diff, feature branch, commit, or pull request that requires orientation and human approval. It requires a human-produced diff or change context to initiate the guided walkthrough.

How do I generate a review trail for a code diff?

Generate a review trail for a code diff by passing the change context through the guided review flow. The process groups code by concern, explains what each part of the change does, and provides CWD-relative path:line references for tracking.