checkpoint

Manage pipeline checkpoints for resuming, validating, and replaying execution phases.

3|1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/OmniNode-ai/omniclaude --skill checkpoint-omninode-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/OmniNode-ai/omniclaude/tree/main/plugins/onex/skills/checkpoint
Command: npx skills add https://github.com/OmniNode-ai/omniclaude --skill checkpoint-omninode-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides robust management of pipeline checkpoints, enabling seamless resumption of interrupted workflows, validation of previous stages, and auditing of execution history.

Core Features & Use Cases

  • Resume Pipeline: Restart a pipeline from a specific phase without re-executing prior steps.
  • Validate State: Ensure that the outputs of previous phases meet structural requirements before proceeding.
  • Audit Trail: Maintain a history of pipeline executions across multiple attempts for debugging and compliance.
  • Use Case: If a long-running CI/CD pipeline fails midway, use this Skill to resume from the last successful checkpoint, saving significant time and resources.

Quick Start

Use the checkpoint skill to write a checkpoint for the 'implement' phase of ticket OMN-2144.

Frequently Asked Questions about checkpoint

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

FAQPage Schema
How do I resume a pipeline from a specific phase after a failure?

To resume a pipeline from a specific phase, you use a checkpoint mechanism to restart execution without re-running prior steps. This Skill logs phase completion states, allowing interrupted workflows to continue from the last successful checkpoint.

What is pipeline state validation and when do I need it?

Pipeline state validation ensures that outputs from previous execution phases meet structural requirements before proceeding. You need this checkpoint validation when auditing execution history or verifying downstream steps receive correct artifact paths and payloads.

How do I log commit SHAs and artifact paths for pipeline execution phases?

You log commit SHAs and artifact paths by writing a checkpoint for the specific execution phase. This records phase-specific payloads and completion details, creating an audit trail for debugging and compliance across multiple pipeline attempts.

Does this checkpoint management tool integrate with ticket pipelines and local review workflows?

Yes, this checkpoint management integrates with ticket-pipeline and local-review skills for robust workflow orchestration. It supports detailed logging of phase completion to coordinate state management across these connected workflow components.

What is the best way to manage pipeline state and avoid re-executing successful steps?

The best way to manage pipeline state and avoid re-executing successful steps is implementing a checkpoint system that validates previous stages and replays execution. This Skill provides robust state management for resuming interrupted workflows efficiently.