← ClaudeAtlas

artefact-gap-analyzerlisted

Compare expected audit evidence artefacts from an audit program JSON against provided files and report gaps with coverage percentage. Use this skill for evidence coverage review and missing artefact analysis.
maxwellokumu/okaudit-claude-skills · ★ 1 · Data & Documents · score 57
Install: claude install-skill maxwellokumu/okaudit-claude-skills
# Artefact Gap Analyzer Use this skill when the user asks about artefact gaps, evidence gaps, missing evidence, audit evidence, or evidence coverage. ## Goal Compare an expected audit evidence set against the files already provided and report coverage, missing artefacts, and evidence gaps. ## Workflow 1. Confirm the user has an audit_program.json generated from audit planning. 2. Gather the list of provided files or the evidence directory path. 3. Review README.md if you need the exact output structure or examples. 4. Run main.py with the audit program and provided evidence inputs. 5. Summarize coverage percentage, missing items, and the most important gaps. ## Inputs - program (string, required): Path to audit_program.json generated by audit-scope-checklist. - provided (string, required): Comma-separated list of file names or a directory containing evidence files. ## Bundled Files - main.py: executable logic for the skill. - README.md: detailed usage and example evidence coverage output. - skill.yaml: existing repo manifest retained for this project's original packaging. ## Guidance - Treat the audit program as the expected evidence baseline. - If the provided evidence is incomplete or ambiguous, call that out explicitly. - Use this skill after scope generation, not before.