bmad-checkpoint-preview

Guide structured code review by turning diffs into orientation, risk, and testing guidance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps reviewers quickly understand a code change, focus on the most important design decisions, and make a confident call without getting lost in the diff.

Core Features & Use Cases

  • Structured Review Flow: Walks through orientation, walkthrough, detail pass, testing, and wrap-up in a clear order.
  • Concern-Based Analysis: Groups changes by design intent, not by file, so reviewers can understand the why behind the implementation.
  • Risk and Validation Focus: Highlights high-blast-radius areas such as auth, schema, public APIs, infra, and observable behavior.
  • Use Case: A reviewer can use this Skill to inspect a pull request, trace the key paths, decide where to spend attention, and prepare a ship or rework decision.

Quick Start

Ask the skill to review the change you are looking at and guide you through the diff, risk spots, and testable behavior.

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 structured code review for a pull request?

Structured code review organizes a pull request diff into orientation, walkthrough, risk, and testing phases to evaluate design intent and verify observable behavior. This approach helps reviewers trace key paths and decide where to focus their attention before making a ship or rework decision.

What is the best way to assess the blast radius of a code change?

Blast radius assessment identifies high-risk areas in a diff such as authentication, schema modifications, public APIs, and infrastructure. By grouping changes by design intent rather than by file, reviewers can pinpoint critical paths and evaluate the potential impact of the implementation.

How does concern-based diff analysis improve commit reviews?

Concern-based diff analysis groups code changes by design intent instead of separating them by file. This helps reviewers understand the reasoning behind the implementation and trace the logical flow of the changes throughout the commit.

Can I use this code review workflow on individual commits and branches?

Yes, this code review workflow applies to individual commits, branches, and specifications. It requires diff context and path:line citations to generate reviewer-ready metadata and trace the review order effectively across different types of version control changes.

What limitations exist when reviewing diffs without path:line citations?

Without path:line citations, the review lacks the specific context needed to trace key paths and produce reviewer-ready metadata. Accurate risk assessment and testing guidance depend on having precise diff context to verify observable behavior.