evidence-receipt-generation

Generate portable JSON receipts from Gait run artifacts with verification metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate portable receipts that provide verifiable handoff evidence for runs, aiding audits, tickets, and CI workflows.

Core Features & Use Cases

  • Portable, verifiable receipts generated from Gait run artifacts for CI, tickets, and audit handoffs
  • Verify and generate receipts via gait verify and gait run receipt to produce structured outputs
  • Suitable for incident triage, regulatory audits, and evidence-based handoffs across environments

Quick Start

Verify a run artifact with gait verify and generate a receipt from that artifact using gait run receipt.

Frequently Asked Questions about evidence-receipt-generation

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

FAQPage Schema
How do I generate verifiable receipts for CI/CD run artifacts?

To generate verifiable receipts for CI/CD run artifacts, you can use this Skill to process Gait run, runpack, or pack sources. It outputs a structured JSON receipt containing the run_id, manifest_digest, and bundle for audit-ready handoff.

What is a portable evidence receipt and when do I need one for audits?

A portable evidence receipt is a machine-readable JSON output providing verifiable provenance for artifacts. You need one for regulatory audits, incident triage, or CI/CD gates to ensure structured, verifiable evidence handoff across environments.

How do I create audit-ready artifacts from Gait runs?

You create audit-ready artifacts from Gait runs by verifying the source with gait verify, then generating a receipt using gait run receipt. This applies machine-readable provenance to your artifacts for evidence-based handoffs.

Does evidence receipt generation work with existing CI/CD gates and workflows?

Yes, evidence receipt generation works with existing CI/CD gates by producing portable, verifiable receipts from Gait run artifacts. It integrates into CI workflows to provide structured outputs for tickets, audits, and incident triage.

What structured data is included in a generated run receipt?

A generated run receipt includes a JSON output with fields for ok, run_id, manifest_digest, ticket_footer, and bundle. These fields provide the machine-readable provenance required for verifiable artifact handoff.