← ClaudeAtlas

auditlisted

Deep read-only review of the branch diff against a base ref, across several lenses, with every HIGH finding independently refuted before it is reported. Use when the user says /audit or wants a thorough review of a branch rather than the working tree.
oldmilky/luno-for-cc · ★ 0 · AI & Automation · score 73
Install: claude install-skill oldmilky/luno-for-cc
A deep parallel read of the current branch's diff. One reviewer per lens, then skeptics who try to **refute** each finding, so plausible-but-wrong ones do not survive into the report. `$ARGUMENTS`: first token is the base ref (default `main`), second is effort — `medium` (default) runs one skeptic per finding, `high` runs three and takes the majority. This is the deeper sibling of `/check`. `/check` reads the working tree in seconds; `/audit` reads everything since a base ref and is worth the wait before something lands. ## Phase 0 — Scope ```bash git diff --name-only <base>...HEAD git diff --stat <base>...HEAD ``` Drop lockfiles and pure-formatting churn — a reformat commit is not review material and will drown the signal. Empty list → say so and stop. Note the shape early: a diff that is 90% one mechanical rename wants a different read than one that rewrites the permission path. ## Phase 1 — Lenses, in parallel Dispatch in **one message** so they actually run concurrently. Give each the file list and the base ref. | Lens | Who | Looks for | | ----------- | ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Security | `extens