evidence-receipt-generation

Generate integrity-backed evidence receipts from AI agent run artifacts using Gait CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for generating verifiable, portable evidence receipts from AI agent run artifacts, crucial for incident triage, CI gating, and audit handoffs.

Core Features & Use Cases

  • Integrity Verification: Ensures the integrity of run artifacts before receipt generation.
  • Receipt Generation: Creates machine-readable receipts containing essential metadata like run ID, manifest digest, and ticket footer text.
  • Use Case: After an AI agent completes a critical task, use this skill to generate a signed receipt that can be attached to a support ticket or a pull request, providing irrefutable proof of the agent's execution and its outcome.

Quick Start

Use the evidence-receipt-generation skill to create a receipt for the 'run_demo' artifact.

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 evidence receipts for AI agent run artifacts?

Evidence receipts are portable, machine-readable metadata files that prove an AI agent's execution and outcome. They are crucial for incident triage, CI gating, and audit handoffs, containing essential information like run ID, manifest digest, and ticket footer text.

Do I need Gait CLI to create integrity-backed receipts for incident triage?

Yes, you need Gait CLI to create integrity-backed receipts for incident triage. The CLI is required to verify run artifact integrity and generate the receipt metadata, ensuring the proof of agent execution is irrefutable before attaching it to support tickets.

How do I attach proof of AI agent execution to a CI gate failure ticket?

To attach proof of AI agent execution to a CI gate failure ticket, generate a signed evidence receipt from the run artifacts. This receipt includes a manifest digest and ticket footer text, providing irrefutable proof of the agent's outcome for the pull request.

What information is included in a machine-readable evidence receipt?

A machine-readable evidence receipt includes essential metadata such as the run ID, manifest digest, and ticket footer text. This metadata verifies artifact integrity and provides a portable record of an AI agent's execution for audit handoffs.

Can I verify run artifact integrity before generating an evidence receipt?

Yes, you can and must verify run artifact integrity before generating an evidence receipt. The process uses Gait CLI to ensure the integrity of the run artifacts, guaranteeing that the generated receipt accurately reflects the agent's execution.