
audit
Run all HAIOS audit checks to find drift, gaps, and stale items. Use before starting a new session o
提供方 Rwb3n|开源
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) - Decision Coverage (
just audit-decision-coverage): Epoch decisions without chapter assignment (WORK-069)
Usage
Run all audits:
just audit-sync && just audit-gaps && just audit-stale && just scan-observations && just audit-decision-coverage
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" |
| Decision without assigned_to | Add assigned_to field to EPOCH.md decision |
| Chapter without implements_decisions | Add implements_decisions field to chapter file |
Related
/workspace- Shows outstanding work/status- System health overview