Audit Trail

Traverse and search decision histories from coherence checks across sessions and file changes.

5|1|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/reggiechan74/cc-plugins --skill audit-trail-reggiechan74
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Audit Trail
Source: https://github.com/reggiechan74/cc-plugins/tree/main/code-coherence/skills/audit-trail
Command: npx skills add https://github.com/reggiechan74/cc-plugins --skill audit-trail-reggiechan74

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Audit Trail skill provides bidirectional traversal and search capabilities to understand why decisions were made during coherence checks, and to trace the history of changes and verification results.

Core Features & Use Cases

  • Bidirectional traversal of decision history across verification sessions and iterations.
  • Persistent storage options including in-memory, file-based logs, and Git commit messaging for audit trails.
  • Search and trace capabilities to answer questions like "why was this decision made" and "what happened after this change".
  • Clear audit log format and exposure analysis for impact assessment.

Quick Start

Use /audit-trail to view the complete decision history for a given session, e.g., /audit-trail show session-abc123.

Frequently Asked Questions about Audit Trail

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

FAQPage Schema
How do I trace why a decision was made during verification checks?

To trace why a decision was made during verification checks, you can use bidirectional traversal to search decision histories across sessions and iterations. This exposes the exact context and reasoning behind past coherence check outcomes.

Can I use Git commit messages to preserve decision history provenance?

Yes, you can preserve provenance using Git commit messages. The audit trail supports persistent storage through in-memory logs, file-based logs, and Git commits to maintain structured records of changes.

How do I view the complete decision history for a specific verification session?

You can view the complete decision history for a specific verification session by running the view command with your session identifier. This retrieves the structured audit logs for forensic analysis.

What is the best way to analyze the impact of file changes across iterations?

The best way to analyze the impact of file changes across iterations is through bidirectional audit trail traversal. It provides exposure analysis to assess what happened after a change and trace historical verification results.

Do I need any external dependencies to search decision histories?

No external dependencies are required to search decision histories. The system operates independently to provide structured audit logs and traceability across your verification sessions and file changes.

When should I not rely on in-memory logs for audit trails?

You should not rely on in-memory logs for audit trails when you need persistent provenance across sessions. For long-term forensic analysis, file-based logs or Git commit messages provide durable storage.