gait-capture-runpack

Record and verify deterministic Gait runpacks from run_record.json inputs.

12|5|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Clyra-AI/gait --skill gait-capture-runpack-clyra-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gait-capture-runpack
Source: https://github.com/Clyra-AI/gait/tree/main/.agents/skills/gait-capture-runpack
Command: npx skills add https://github.com/Clyra-AI/gait --skill gait-capture-runpack-clyra-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill captures and verifies deterministic Gait runpacks from a normalized run input to produce auditable artifacts for incident reviews and CI gates.

Core Features & Use Cases

  • Capture runpacks from a run record and generate a verifiable bundle and manifest digest.
  • Verify artifacts with gait verify and produce a ticket-ready handoff.
  • Use cases include incident triage, CI gating, audits, and handoffs to external teams.

Quick Start

Provide a run_record.json to initiate the workflow and generate the run_id, bundle, manifest_digest, and ticket_footer.

Frequently Asked Questions about gait-capture-runpack

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

FAQPage Schema
How do I capture and verify a deterministic runpack for CI gate failures?

To capture and verify a deterministic runpack for CI gate failures, provide a normalized run_record.json as input. The workflow runs gait run record to generate a verifiable bundle and manifest digest, then executes gait verify to produce a final handoff block for incident triage.

What is a runpack manifest digest and when do I need it for incident triage?

A runpack manifest digest is a verifiable cryptographic output generated from a normalized run record. You need it during incident triage and audits to prove runpack integrity and ensure the executed artifacts match the expected deterministic build.

How do I generate a ticket-ready handoff block from a CI run artifact?

You generate a ticket-ready handoff block by processing a run_record.json through gait run record and gait verify. The resulting output includes the run_id, bundle, manifest_digest, and a ticket_footer for immediate handoff to external teams.

Does the runpack verification workflow require any specific dependencies or environments?

The runpack verification workflow requires no external dependencies. It operates independently using a normalized run_record.json input and the gait command-line tool to execute the record and verify operations for artifact generation.

What's the best way to audit runpack integrity across multiple CI pipelines?

The best way to audit runpack integrity across CI pipelines is to generate a verifiable bundle and manifest digest for each run. Capturing deterministic runpacks provides auditable artifacts that confirm whether pipeline executions match expected build criteria.

Why does my runpack verification fail when the run_record.json input is not normalized?

Runpack verification fails without a normalized run_record.json because the gait run record command requires a structured input to accurately generate the bundle and manifest digest. Ensure your run record conforms to the expected normalized format before execution.