checkpoint

Scan the kvm-pilot repository for uncommitted code and stale documentation.

2|Updated Jun 26, 2026
One-click install
npx skills add https://github.com/DustinTrap/kvm-pilot --skill checkpoint-dustintrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/DustinTrap/kvm-pilot/tree/main/.claude/skills/checkpoint
Command: npx skills add https://github.com/DustinTrap/kvm-pilot --skill checkpoint-dustintrap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides an end-of-session safety sweep for the kvm-pilot project, ensuring that all work is durably captured and nothing is at risk of being lost.

Core Features & Use Cases

  • Safety Sweep: Checks for uncommitted code, unrecorded decisions, stale resume pointers, and out-of-date documentation.
  • Read-Only Scan: Runs a read-only scan that does not modify any files or systems.
  • Risk-Ordered Table: Reports a risk-ordered table with a one-line verdict, highlighting the most critical issues first.
  • Mandatory Handoff: Always leaves a fresh resume handoff for the next session, ensuring continuity of work.

Quick Start

To perform a checkpoint, run the scan script at the end of your work session:

bash .claude/skills/checkpoint/scan.sh

Frequently Asked Questions about checkpoint

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

FAQPage Schema
How do I ensure work continuity and prevent data loss at the end of a coding session?

A safety sweep identifies uncommitted code, unrecorded decisions, stale resume pointers, and out-of-date documentation at the end of a session to ensure durability. It reports a risk-ordered table highlighting the most critical issues first.

How do I run an end-of-session safety sweep to check for uncommitted code?

To run a safety sweep for uncommitted code, execute the scan script via `bash .claude/skills/checkpoint/scan.sh` at the end of your work session to generate a risk-ordered report and a fresh resume handoff.

Does the safety sweep script modify repository files during the scan?

The safety sweep runs a read-only scan that does not modify any files or systems. It only reports findings in a risk-ordered table and leaves a mandatory resume handoff for the next session.

What does a risk-ordered table show when checking for unrecorded decisions?

A risk-ordered table reports a one-line verdict for unrecorded decisions and out-of-date documentation, highlighting the most critical issues first. This helps prioritize what needs immediate attention before ending the session.

Can I use this safety sweep on any repository or does it require the kvm-pilot project?

This safety sweep requires access to the kvm-pilot repository and the ability to execute the scan script. It is specifically designed to ensure durability of work within the kvm-pilot project.