bmad-checkpoint-preview

Guide human-in-the-loop code review with intent identification and risk surfacing.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/ncptuan/stock_backtest_project --skill bmad-checkpoint-preview-ncptuan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-checkpoint-preview
Source: https://github.com/ncptuan/stock_backtest_project/tree/main/.claude/skills/bmad-checkpoint-preview
Command: npx skills add https://github.com/ncptuan/stock_backtest_project --skill bmad-checkpoint-preview-ncptuan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps a reviewer quickly understand a code change, focus on the most important design decisions, and decide what to inspect manually instead of getting lost in raw diffs.

Core Features & Use Cases

  • Structured Review Flow: Walks through orientation, review trail generation, concern-based walkthroughs, risk surfacing, testing ideas, and wrap-up.
  • Change Context Discovery: Identifies the target change from PRs, commits, branches, specs, sprint status, or current git state.
  • Risk-Aware Human Review: Highlights high-blast-radius areas such as auth, schema, public APIs, config, security, and infrastructure.
  • Use Case: When a teammate asks for a checkpoint review on a feature branch or PR, use this Skill to summarize intent, map the best review order, and surface the places where a human decision matters most.

Quick Start

Ask the AI to run a checkpoint review for the current branch, PR, or commit and walk you through the change step by step.

Frequently Asked Questions about bmad-checkpoint-preview

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

FAQPage Schema
How do I review a git pull request step by step?

To review a git pull request step by step, this Skill structures the process into orientation, review trail generation, concern-based walkthroughs, risk surfacing, and wrap-up. It resolves change context from git or GitHub CLI to focus your manual inspection on high-impact areas.

What is a checkpoint review for code changes?

A checkpoint review for code changes is a human-in-the-loop process that summarizes intent, maps review order, and surfaces high-blast-radius areas like auth, schema, and public APIs. It helps reviewers decide what to inspect manually instead of getting lost in raw diffs.

Can I use this for branch walkthroughs and commit inspection in git?

Yes, you can use this for branch walkthroughs and commit inspection in git. The Skill applies to pull request review, commit inspection, branch walkthroughs, and spec-backed implementation reviews by resolving change context from current git state or GitHub CLI.

How do I identify risk spots in a code review?

To identify risk spots in a code review, this Skill highlights high-blast-radius areas such as authentication, schema, public APIs, config, security, and infrastructure. It organizes walkthrough concerns and suggests observable manual checks for these critical design decisions.

Do I need the GitHub CLI to run a checkpoint review?

You do not need the GitHub CLI strictly, as the Skill can resolve change context from current git state, commits, or branches. However, GitHub CLI is supported for pulling PR data when reviewing pull requests in git-based software projects.

What's the best way to guide human review of a pull request?

The best way to guide human review of a pull request is following a multi-step orientation-to-wrap-up process that generates a review trail and uses path:line references. This Skill focuses reviewers on design decisions and suggests observable manual checks.