Audit Skill
Run all HAIOS audit checks to find drift, gaps, and stale items.
When to Use
- •Before starting a new session (health check)
- •After completing a milestone
- •When things feel "off" or out of sync
What It Checks
- •Sync Drift (
just audit-sync): Investigations marked active but work file archived - •Completion Gaps (
just audit-gaps): Work items with complete plans but still active - •Stale Items (
just audit-stale): Investigations older than 10 sessions - •Uncaptured Observations (
just scan-observations): Work items with pending/missing observations (E2-217)
Usage
Run all audits:
bash
just audit-sync && just audit-gaps && just audit-stale && just scan-observations
Interpreting Results
| Finding | Action |
|---|---|
| Sync drift | Close investigation or reopen work file |
| Gaps | Close work item or update plan status |
| Stale | Conclude investigation or document why still active |
| Uncaptured observations | Review observations.md and populate or check "None observed" |
Related
- •
/workspace- Shows outstanding work - •
/status- System health overview