harness-checkpoint-preview

Guide human review from change intent to design and risk hotspots.

1|Updated May 23, 2026
One-click install
npx skills add https://github.com/baobao0303/harness --skill harness-checkpoint-preview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-checkpoint-preview
Source: https://github.com/baobao0303/harness/tree/main/.agents/skills/harness-checkpoint-preview
Command: npx skills add https://github.com/baobao0303/harness --skill harness-checkpoint-preview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you confidently review a proposed code change by turning an ambiguous diff into a structured, human-in-the-loop walkthrough focused on purpose, context, and high-impact risk areas.

Core Features & Use Cases

  • Checkpoint review workflow: orients from the change intent, then walks through design concerns instead of file-by-file diffs.
  • Risk spotting for high blast radius: highlights authentication, public API, schema, security, config, and other sensitive change patterns for human judgment.
  • Validation trail generation: when an authored review trail is missing, generates a suggested review order from the diff and available context.

Quick Start

Ask your agent to run a checkpoint review workflow for the change you want to examine, referencing a PR, commit SHA, branch, or the relevant spec file.

Frequently Asked Questions about harness-checkpoint-preview

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

FAQPage Schema
How do I perform a checkpoint review for risky code changes?

A checkpoint review orients human attention from change intent and context into design concerns and high-impact risk hotspots like authentication, public API, and schema changes. It structures human-in-the-loop walkthroughs around risk areas rather than file-by-file diffs.

What is the best way to guide human review of a PR diff?

The best way to guide human review of a PR diff is applying a checkpoint workflow that highlights sensitive change patterns for human judgment. It turns an ambiguous diff into a structured walkthrough focused on purpose, context, and high blast radius risks.

Can I use a checkpoint workflow for commit and branch walkthroughs?

Yes, you can use a checkpoint workflow for commit, branch, or spec-driven code change walkthroughs. It applies the same risk assessment and design concern orientation to help you confidently review proposed changes across different source contexts.

How does risk assessment work for code changes with a high blast radius?

Risk assessment for high blast radius code changes works by highlighting sensitive change patterns including authentication, public API, schema, security, and config modifications. It surfaces these specific risk hotspots for explicit human judgment during the review process.

Do I need an existing review trail to generate a validation walkthrough?

No, you do not need an existing review trail. When an authored review trail is missing, the workflow generates a suggested review order from the diff and available context to guide your validation process.