View audit log entries from all discovered sources in the repository. Use this command to monitor audit health, identify components needing re-auditing (>90 days old or never audited), and track audit coverage across your codebase.
Displays audit logs for all components or a specific type to monitor audit health and coverage.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install claude-code-observability@melodic-softwareView audit log entries from all discovered sources in the repository. Use this command to monitor audit health, identify components needing re-auditing (>90 days old or never audited), and track audit coverage across your codebase.
skills, commands, agents)All audit logs are stored in .claude/audit/:
.claude/audit/
├── skills.md # Skill audits
├── commands.md # Command audits
├── agents.md # Agent audits
├── hooks.md # Hook audits
├── memory.md # CLAUDE.md file audits
├── mcp.md # MCP config audits
├── settings.md # Settings file audits
├── plugins.md # Plugin manifest audits
├── output-styles.md # Output style audits
└── statuslines.md # Status line audits
Read audit logs from .claude/audit/{type}.md for each component type.
Component types: skills, commands, agents, hooks, memory, mcp, settings, plugins, output-styles, statuslines.
When no component type specified, show a summary across all types:
# Audit Log Summary
## By Component Type
| Type | Total | Recent | Stale | Never |
| --- | --- | --- | --- | --- |
| Skills | 15 | 12 | 2 | 1 |
| Commands | 27 | 20 | 5 | 2 |
| Agents | 8 | 6 | 1 | 1 |
## Sources Discovered
**Location**: `.claude/audit/`
- skills.md (15 entries)
- commands.md (27 entries)
- agents.md (8 entries)
## Items Needing Attention
Run `/audit-log {type}` to see details for a specific component type.
Run `/audit-{type}` to audit components (e.g., `/audit-skills`, `/audit-commands`).
When component type specified (e.g., /audit-log commands), show detailed view:
# Command Audit Log
**Location**: .claude/audit/commands.md
| Command | Last Audit | Days Ago | Status |
| --- | --- | --- | --- |
| audit-log | 2025-12-17 | 8 | Recent |
| audit-skills | 2025-12-17 | 8 | Recent |
| scrape-docs | 2025-10-01 | 85 | Recent |
| scrape-claude-docs | 2025-12-15 | 10 | Recent |
**Stats**: 27 commands, 20 recent, 5 stale, 2 never audited
If no audit logs found for requested type:
# No Audit Logs Found
No {type} audit logs were found in this repository.
**Checked location**: .claude/audit/{type}.md (not found)
**To create audit logs**, run `/audit-{type}` to audit your {type}.
Audit logs are created automatically when components are audited.
User: /audit-log
Claude: Discovering audit logs...
# Audit Log Summary
## By Component Type
| Type | Total | Recent | Stale | Never |
| --- | --- | --- | --- | --- |
| Skills | 15 | 12 | 2 | 1 |
| Commands | 27 | 25 | 2 | 0 |
| Agents | 8 | 6 | 1 | 1 |
## Sources Discovered
**Location**: `.claude/audit/`
- skills.md
- commands.md
- agents.md
## Items Needing Attention
- 3 skills need re-audit
- 2 commands need re-audit
- 2 agents need re-audit
Run `/audit-log skills` to see skill details.
User: /audit-log commands
Claude: Reading command audit logs...
# Command Audit Log
**Location**: .claude/audit/commands.md
| Command | Last Audit | Days Ago | Status |
| --- | --- | --- | --- |
| audit-log | 2025-12-17 | 8 | Recent |
| audit-skills | 2025-12-17 | 8 | Recent |
**Stats**: 27 commands, 25 recent, 2 stale, 0 never audited
User: /audit-log skills
Claude: Reading skill audit logs...
# Skill Audit Log
**Location**: .claude/audit/skills.md
| Skill | Last Audit | Days Ago | Status |
| --- | --- | --- | --- |
| docs-management | 2025-12-17 | 8 | Recent |
| skill-development | 2025-12-17 | 8 | Recent |
**Stats**: 15 skills, 12 recent, 2 stale, 1 never audited