plugins/claude-ecosystem/skills/audit-log/SKILL.md
View audit log entries for all component types (skills, commands, agents, hooks, etc.) to monitor audit health and track coverage
npx skillsauth add melodic-software/claude-code-plugins audit-logInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
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-agents`).
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
development
Search Milan Jovanovic's .NET blog for Clean Architecture, DDD, CQRS, EF Core, and ASP.NET Core patterns. Use for finding applicable patterns, code examples, and architecture guidance. Invoke when working with .NET projects that could benefit from proven architectural patterns.
tools
Install and configure Data API Builder (DAB) for production SQL Server MCP access with RBAC
tools
Manage MssqlMcp servers - status, rebuild, and upstream updates
tools
Developer environment setup guides for Windows, macOS, Linux, and WSL. Use when setting up development machines, installing tools, configuring environments, or following platform-specific setup guides. Covers package management, shell/terminal, code editors, AI tooling, containerization, databases, and more.