bmad-checkpoint-preview

Orchestrates a structured, multi-step analysis of software changes for human-in-the-loop code reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the challenge of performing high-quality, context-aware code reviews by guiding the human through a structured, intent-focused walkthrough of changes.

Core Features & Use Cases

  • Structured Review Workflow: Orchestrates a multi-step review process including orientation, walkthrough, detail pass, and testing.
  • Intent-Based Analysis: Automatically generates review trails and identifies concerns based on design intent rather than just file diffs.
  • Use Case: Use this when you need to review a complex pull request or commit and want to ensure you focus on architectural boundaries and high-risk areas rather than getting lost in mechanical code changes.

Quick Start

Activate the bmad-checkpoint-preview skill to begin a guided review of the current change by saying checkpoint.

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 pull request review without missing architectural boundaries?

To perform a structured pull request review, use a multi-step workflow that guides you through orientation, walkthrough, detail pass, and testing. This approach focuses on architectural boundaries and design intent rather than just mechanical file diffs.

What is intent-based code analysis and how does it help with commit walkthroughs?

Intent-based code analysis evaluates commit walkthroughs by generating review trails based on design intent rather than raw file changes. It automatically identifies architectural concerns to keep your review focused on high-risk areas during the assessment.

Can I review local git changes using a human-in-the-loop guided workflow?

Yes, you can review local git changes through a human-in-the-loop guided workflow. The process requires integration with your local git state and project-specific configuration files to provide context-aware feedback during the assessment.

Do I need any specific project configuration files to start a context-aware code review?

Yes, a context-aware code review requires project-specific configuration files alongside local git state integration. These inputs provide the necessary context for the tool to generate intent-based feedback and identify architectural concerns accurately.

When should I use a structured multi-step analysis instead of a standard code diff review?

Use a structured multi-step analysis for complex pull requests or architectural design assessments where standard diff reviews fall short. It ensures you focus on architectural boundaries and high-risk areas rather than getting lost in mechanical code changes.