auditlisted
Install: claude install-skill 0merUfuk/the-matrix
**Version**: 2.1
**Created**: 2026-03-12
**Last Updated**: 2026-03-17
**Authors:** Ömer Ufuk
---
# /audit — Audit the-matrix Context Files
**Usage**: `/audit` or `/audit $ARGUMENTS`
## Current State
- Git status: !`git status --short | head -5`
- Tool versions: !`grep 'var version' cmd/*/main.go 2>/dev/null`
- Latest tags: !`git tag --list --sort=-version:refname | head -3`
**Examples**:
```
/audit # full audit of all tools
/audit morpheus # audit morpheus only
/audit oracle # audit oracle only
/audit trinity # audit trinity only
/audit neo # audit neo only
```
---
## What This Command Does
Verifies every documented claim against ground truth (git, code, filesystem) in the Go monorepo. Never trusts context files — always checks. Produces a structured terminal report and writes `tasks/audit-report.md` for use by `/fix`.
---
## Core Principle
**Never trust context files. Always verify against git/code/filesystem.**
Context files (SERVICE_CONTEXT.md, KNOWN_ISSUES.md, action files) drift from reality. Items get marked done without code verification. Versions fall behind git tags. KNOWN_ISSUES.md entries stay open after resolution. This command detects all of it.
---
## Execution Instructions
When this command is invoked, execute the following steps in order.
---
### Step 1 — Determine scope
Parse `$ARGUMENTS`:
- If a tool name was provided (e.g., `/audit morpheus`), restrict all agents in Step 2 to that tool only.
- If