Full traceability from PRD to code commit through the CCPM spec-driven pipeline.
Scanned 5/29/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill audit-trail --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Audit Trail?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-audit-trail)More formats (shields.io, HTML) on the badges page.
# 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 reported
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!