Audit Trail
Full traceability from PRD to code commit through the CCPM spec-driven pipeline.
Best use case
Audit Trail is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Full traceability from PRD to code commit through the CCPM spec-driven pipeline.
Teams using Audit Trail should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/audit-trail/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Audit Trail Compares
| Feature / Agent | Audit Trail | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Full traceability from PRD to code commit through the CCPM spec-driven pipeline.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Audit Trail
Full traceability from PRD to code commit through the CCPM spec-driven pipeline.
## Traceability Chain
PRD -> Epic -> Task -> GitHub Issue -> Code Commit
## Capabilities
- PRD user story to task mapping
- Task to GitHub issue linking
- Commit to issue cross-referencing
- Coverage matrix generation
- Audit completeness verification
## File Structure
```
.claude/
prds/<feature-name>.md # PRD with user stories
epics/<feature-name>/
epic.md # Technical epic
1.md, 2.md, ... # Individual tasks
tasks-index.md # Task index with traceability
```
## Audit Verification
The tracking process (`ccpm-tracking.js`) verifies:
- Every PRD user story maps to at least one task
- Every task maps to a GitHub issue (if sync enabled)
- Every completed task has associated commits
- Coverage percentage is reportedRelated Skills
trail-effects
Trail renderer skill for motion trails.
medical-coding-audit
Review clinical documentation and assigned codes for accuracy, compliance, and optimization, identifying documentation improvement opportunities and coding errors
accessibility-compliance-auditing
Evaluate learning materials and technology for WCAG, Section 508, and accessibility compliance with remediation recommendations
energy-auditor
Process energy audit skill for consumption analysis, benchmarking, and efficiency improvement identification
audit-trail-verifier
Verifies financial data against source documents, bank statements, contracts
quality-auditor
Internal quality audit skill with planning, execution, findings documentation, and corrective action tracking
five-s-auditor
5S workplace organization audit skill with scoring, photo documentation, and sustainability tracking
freight-audit-validator
Automated freight bill validation skill with discrepancy detection and payment processing automation
audit-workpaper-generator
Automated audit workpaper preparation skill with PBC list management
audit-sampling-calculator
Statistical and non-statistical audit sampling skill with sample size determination and evaluation
sandbox-entitlements-auditor
Audit and recommend minimal sandbox entitlements for secure desktop applications
qt-widget-accessibility-audit
Audit Qt Widget applications for accessibility compliance using QAccessible interface and platform accessibility APIs