---
name: evidence-tracker
description: Manage audit evidence requests, collection progress, and status reporting so Claude can keep audits organized and identify overdue or blocked evidence items.
Evidence Tracker
Use this skill when the user needs help organizing audit evidence requests, tracking collection status, or summarizing what evidence is still missing.
Goal
Help Claude maintain a reliable picture of audit evidence progress, highlight blockers, and produce clear status summaries for audit coordination.
Workflow
Review the audit program or evidence list the user wants to track.
Identify whether the task is to initialize, update, list, filter, or export evidence status.
Normalize the current status of each evidence item and note missing owners, dates, or dependencies.
Highlight overdue, blocked, or incomplete evidence that may put the audit timeline at risk.
Return an actionable status summary that supports follow-up with stakeholders.
Inputs
Expected inputs from the bundled tool metadata:
program: Path to an audit program or evidence definition file.
init: Initialize a new tracker.
update: Update the status of an evidence item.
list: Display tracked evidence items.
export: Produce a final evidence summary.
Bundled Files
main.py contains the executable tracking workflow.
README.md provides usage guidance and examples.
skill.yaml captures the repo-native metadata for this skill.
sample_input may contain example audit programs or tracker data.
Guidance
Keep outputs structured and audit-friendly. Be explicit about what is collected, what is outstanding, and what follow-up actions are needed to keep the audit moving.
1---2name: evidence-tracker3description: ---4---5---6name: evidence-tracker7description: Manage audit evidence requests, collection progress, and status reporting so Claude can keep audits organized and identify overdue or blocked evidence items.8---910# Evidence Tracker1112Use this skill when the user needs help organizing audit evidence requests, tracking collection status, or summarizing what evidence is still missing.1314## Goal1516Help Claude maintain a reliable picture of audit evidence progress, highlight blockers, and produce clear status summaries for audit coordination.1718## Workflow19201. Review the audit program or evidence list the user wants to track.212. Identify whether the task is to initialize, update, list, filter, or export evidence status.223. Normalize the current status of each evidence item and note missing owners, dates, or dependencies.234. Highlight overdue, blocked, or incomplete evidence that may put the audit timeline at risk.245. Return an actionable status summary that supports follow-up with stakeholders.2526## Inputs2728Expected inputs from the bundled tool metadata:29- program: Path to an audit program or evidence definition file.30- init: Initialize a new tracker.31- update: Update the status of an evidence item.32- list: Display tracked evidence items.33- export: Produce a final evidence summary.3435## Bundled Files3637- main.py contains the executable tracking workflow.38- README.md provides usage guidance and examples.39- skill.yaml captures the repo-native metadata for this skill.40- sample_input may contain example audit programs or tracker data.4142## Guidance4344Keep outputs structured and audit-friendly. Be explicit about what is collected, what is outstanding, and what follow-up actions are needed to keep the audit moving.
Run npx skillmds@latest add maxwellokumu/evidence-tracker in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
maxwellokumu (@maxwellokumu) published this skill. Their other Agent Skills are listed on their SkillMD profile.