Install
openclaw skills install @uncmatteth/project-truth-auditAudit a whole repo or project from the root before claims or edits. Use when the user asks for a project truth audit, whole-repo reality audit, stop-and-think pass, reality check, contract drift audit, stale docs audit, half-finished implementation audit, unsupported-claims audit, or asks what is wrong with the actual system shape.
openclaw skills install @uncmatteth/project-truth-auditUse this when the user wants the agent to stop, inspect the actual project, and compare what the system claims with what the code, docs, tests, install paths, release paths, and live probes actually prove.
This is an audit mode, not a normal module map. It should catch bad assumptions, nearby-file tunnel vision, stale documentation, optional-vs-required drift, half-implemented contracts, and claims of success without proof.
The audit must report current project truth from the requested scope. Memory, handoffs, comments, README claims, old reports, and previous-agent summaries are hints only. Current files, current command output, current tests, current repo state, and current live probes win.
Do not edit files during the audit unless the user explicitly asked for fixes. If fixes are requested, audit first, then change only the named scope after you can name the affected files and the proof command for the fix.
Resolve the requested root and scope.
AGENTS.md, CLAUDE.md, CONTEXT.md, or any
path-specific instruction files that apply.only constraints binding.Build the truth map from the root, not just the mentioned file.
rg --files, find, package manifests,
build configs, CI configs, docs, scripts, tests, and generated-output
boundaries.Trace high-risk seams one level beyond the obvious file.
Compare claim, enforcement, and proof.
verified, partial, stale,
contradicted, or unknown.Report before fixing.
Return:
Scope: requested root, branch/ref if relevant, and any exclusions.Read: important docs, configs, entrypoints, tests, scripts, and artifacts inspected.Proof: commands or live probes run, with pass/fail/blocked status.Findings: severity-ordered issues. For each issue include claim,
actual, impact, evidence, and fix/proof.Truth table: important claims with claim, enforcement, proof, and
status.Unknowns: what could not be verified and why.Next: the smallest safe fix or proof step, if any.Inspired by Matt Pocock-style agent skills and the /zoom-out idea, then
extended into a stricter whole-project truth audit that compares claims,
enforcement, and proof.
partial, stale, unknown, and contradicted into a
single vague "needs work" bucket.