| name | gz-adr-map |
| description | Build ADR-to-artifact traceability using gz state and repository search. |
| category | adr-operations |
| compatibility | GovZero v6 framework; manual mapping workflow |
| metadata | {"skill-version":"1.2.1","govzero-framework-version":"v6","govzero-author":"GovZero governance team","govzero_layer":"Layer 1 - Evidence Gathering"} |
| gz_command | state |
| invocation | uv run gz state --json |
| lifecycle_state | active |
| owner | gzkit-governance |
| last_reviewed | "2026-07-25T00:00:00.000Z" |
| model | haiku |
gz-adr-map
Construct ADR traceability with the available gz and repo-local tooling.
Procedure
uv run gz state --json
uv run gz covers ADR-0.3.0
rg -n '@covers\("REQ-' tests
uv run gz adr audit-check ADR-0.3.0 --json
Notes
- There is no dedicated
gz adr map subcommand in this repository.
- This skill is intentionally workflow-based instead of a single command.
References
- Command implementation:
src/gzkit/cli/ (parsers) and src/gzkit/commands/ (command bodies)
- User docs:
docs/user/manpages/state.md, docs/user/manpages/adr-audit-check.md