bmad-checkpoint-preview

Guide human reviewers through LLM-assisted checkpoint reviews of proposed changes.

36|16|Updated May 1, 2026
One-click install
npx skills add https://github.com/tronghieu/lumina-wiki --skill bmad-checkpoint-preview-tronghieu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bmad-checkpoint-preview
Source: https://github.com/tronghieu/lumina-wiki/tree/main/.agents/skills/bmad-checkpoint-preview
Command: npx skills add https://github.com/tronghieu/lumina-wiki --skill bmad-checkpoint-preview-tronghieu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you understand and sanity-check a proposed change before you approve it, reducing the risk of missing the real intent or critical side effects.

Core Features & Use Cases

  • Human-in-the-loop review workflow: Guides a reviewer from purpose and context into concrete details.
  • Change context resolution: Determines what to review using PR/commit/branch references or conversation context, with enrichment from specs.
  • Structured review ordering: Produces a suggested review trail when a spec exists, otherwise generates one as a fallback.
  • Risk-aware thinking: Highlights high-blast-radius areas (auth, public API, schema, security, infra) for focused attention.

Quick Start

Ask the assistant to review the change by triggering the checkpoint workflow and tell it what PR, commit, branch, or “checkpoint” you want examined.

Frequently Asked Questions about bmad-checkpoint-preview

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

FAQPage Schema
How do I perform a human-in-the-loop code review for a proposed change?▼

A human-in-the-loop code review guides a reviewer from purpose and context into concrete details. It uses PR, commit, or branch references to determine what changed, highlighting high-blast-radius areas like auth, public API, schema, security, and infra for focused attention.

What is a checkpoint review in change management?▼

A checkpoint review in change management is an LLM-assisted walkthrough that helps you understand and sanity-check a proposed change before approval. It produces an orientation, a walkthrough, and a risk-focused detail pass to reduce the risk of missing real intent or critical side effects.

How do I assess risk and side effects in a git diff before merging?▼

To assess risk in a git diff before merging, a structured review highlights high-blast-radius areas such as authentication, public APIs, schemas, security, and infrastructure. This risk-aware thinking focuses your attention on critical side effects during the checkpoint evaluation.

Can I use conversation context to review code changes if there is no spec?▼

Yes, you can review code changes using conversation context if no spec exists. The review process generates a structured review ordering as a fallback, while enriching the change context resolution with available specifications when they are present.

What is the best way to walk through what a code change does and why?▼

The best way to walk through what a code change does and why is triggering a guided checkpoint workflow. It produces a suggested review trail and provides a structured walkthrough, moving from general purpose and context into concrete, risk-focused details.

Does workflow orchestration require persistent facts for change management?▼

Workflow orchestration for change management requires resolving workflow configuration and loading persistent facts. This setup ensures the human reviewer receives accurate orientation and risk-focused details before approving the proposed change.