Agent skill
provenance-report
Generate provenance coverage dashboard and statistics
Install this agent skill to your Project
npx add-skill https://github.com/jmagly/aiwg/tree/main/agentic/code/frameworks/sdlc-complete/skills/provenance-report
SKILL.md
Provenance Report Command
Generate a dashboard showing provenance tracking coverage, agent attribution, and chain health.
Instructions
When invoked, generate provenance report:
-
Count tracked vs untracked artifacts
- Scan
.aiwg/directories for all artifacts - Count provenance records in
.aiwg/research/provenance/records/ - Calculate coverage percentage
- Scan
-
Breakdown by entity type
- Categorize: document, code, test, schema, template, agent, command
- Show tracking percentage per type
-
Breakdown by agent
- Group records by agent URN
- Count artifacts per agent
- Show activity types per agent
-
Chain health metrics
- Count broken links
- Count orphaned records
- Count missing back-references
- Calculate chain completeness score
-
Activity timeline
- Recent provenance activities (last 7 days)
- Most frequently modified artifacts
- Activity distribution by type
-
Generate report
- Format as markdown dashboard
- Include tables and summary metrics
- Optionally save to
.aiwg/reports/provenance-report.md
Arguments
--brief- Show summary only--save- Save report to.aiwg/reports/provenance-report.md--since [date]- Only include activities since date--format [markdown|json]- Output format (default: markdown)
References
- @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/agents/provenance-manager.md - Provenance Manager agent
- @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/schemas/provenance/prov-record.yaml - PROV record schema
- @.aiwg/research/provenance/docs/provenance-guide.md - Provenance guide
- @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/rules/provenance-tracking.md - Provenance tracking rules
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
research-document
Generate summaries and literature notes from research papers
research-archive
Package research artifacts for long-term archival
research-cite
Format citations and generate bibliographies
induct-research
Induct research sources into a research repository. Point at an issue, a single file, a directory of papers, or a URI and the skill reads, annotates, and files structured induction tasks — one per source. Similar to address-issues but for research corpora instead of code backlogs.
research-provenance
Query provenance chains and artifact relationships
research-quality
Assess source quality using GRADE methodology
Didn't find tool you were looking for?