gait-capture-runpack

Capture and verify deterministic Gait runpacks from normalized run input.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill captures and verifies deterministic Gait runpacks from normalized run input, ensuring the integrity and verifiability of AI agent execution artifacts.

Core Features & Use Cases

  • Capture Runpacks: Records AI agent runs into verifiable artifacts.
  • Verify Integrity: Ensures the authenticity and completeness of captured runpacks.
  • Generate Proof: Produces ticket-ready evidence blocks for audits, incident triage, and CI gates.
  • Use Case: When an AI agent performs a critical action, use this Skill to create a signed, verifiable record of the entire process, which can be used later for debugging, compliance, or regression testing.

Quick Start

Use the gait-capture-runpack skill to record a runpack, verify it, and return a ticket-ready evidence block.

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 a deterministic runpack from an AI agent run?▼

You can capture a deterministic runpack by feeding normalized run input into the skill, which records the AI agent execution and produces a verifiable run_id artifact.

What is a runpack artifact used for in CI and incident triage?▼

A runpack artifact provides a signed, verifiable record of an AI agent's critical actions, used for debugging, compliance, regression testing, and incident triage.

Do I need the Gait CLI installed to verify run artifacts?▼

Yes, the Gait CLI must be available in your environment to process normalized run input and verify the integrity of captured runpack artifacts.

How do I generate ticket-ready evidence blocks from agent execution?▼

You generate ticket-ready evidence by capturing a runpack from normalized run input, which produces verifiable proof blocks suitable for audits and CI gates.

When should I use deterministic artifact capture for AI workflows?▼

Use deterministic artifact capture when an AI agent performs a critical action and you need a signed, verifiable record for debugging, compliance, or regression testing.

What's the best way to validate artifact integrity before handoff?▼

The best way to validate artifact integrity before handoff is to verify the captured runpack, which ensures the authenticity and completeness of the recorded run artifacts.