session_auditlisted
Install: claude install-skill chunxiaoxx/nautilus-compass
# session_audit
Pre-L1-build readiness check · before triggering `cli_self_evolve --all`,
this skill tells you which projects have enough ungrouped sessions to
make L1 collapse worthwhile (threshold default 3 in self_evolve).
## When to use
- Pre-L1-build: which projects should I run self_evolve on?
- Memory health: are sessions piling up uncollapsed?
- Entity graph: how many `[[ns/name]]` links across the corpus?
## Why codified
- 3 distinct call-sites already (CLI / self_evolve / paper3 metrics)
- Single pure-Python scan · O(N) over .md files · deterministic
- Reused by lifecycle_report internally (DRY)