checkpoint-manager

Create, verify, and list git snapshot workflow checkpoints.

2|Updated Jul 9, 2026
One-click install
npx skills add https://github.com/koki3141/codex-global-skills --skill checkpoint-manager-koki3141
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint-manager
Source: https://github.com/koki3141/codex-global-skills/tree/main/checkpoint-manager
Command: npx skills add https://github.com/koki3141/codex-global-skills --skill checkpoint-manager-koki3141

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill aids in tracking development progress by creating, verifying, and listing workflow checkpoints using git snapshots.

Core Features & Use Cases

  • Checkpoint Creation: Ensures a clean state before creating checkpoints.
  • Checkpoint Verification: Compares current state to checkpoints for changes, test pass rate, and coverage.
  • Checkpoint Listing: Provides an overview of all checkpoints with their respective details.
  • Use Case: Ideal for developers managing multiple stages in their workflow, such as feature development, testing, and refactoring.

Quick Start

Use the checkpoint-manager skill to create a new checkpoint named 'feature-start'.

Frequently Asked Questions about checkpoint-manager

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

FAQPage Schema
How do I track development progress using git snapshots?

You can track development progress by creating, verifying, and listing workflow checkpoints based on git snapshots. This approach ensures a clean repository state before saving milestones during iterative software development.

How do I verify code changes against a previous git checkpoint?

To verify code changes against a git checkpoint, compare your current repository state to the saved checkpoint. This process evaluates differences in code changes, test pass rates, and coverage.

Can I use workflow checkpoints for iterative software development stages?

Yes, workflow checkpoints are ideal for iterative software development stages like feature development, testing, and refactoring. They provide an overview of all checkpoints with their respective details.

Does checkpoint creation require a clean git state?

Yes, checkpoint creation requires a clean git state before saving. The system ensures your repository is clean to accurately track development progress using git snapshots.

What is the best way to manage multiple workflow checkpoints in version control?

The best way to manage multiple workflow checkpoints in version control is by listing them to get an overview. This provides all checkpoint details, allowing developers to track iterative stages effectively.