← ClaudeAtlas

straymark-audit-reviewlisted

Consolidate N external auditor reports into a critical review document with verdicts, remediation plan, and auditor ratings. Then merge the external_audit YAML block into the Charter telemetry. Counterpart of /straymark-audit-prompt and /straymark-audit-execute.
StrangeDaysTech/straymark · ★ 3 · Code & Development · score 59
Install: claude install-skill StrangeDaysTech/straymark
# StrayMark Audit Review Skill Critically evaluate the N external auditor reports for a Charter, cross-reference each finding against the actual source code, and produce a consolidated `review.md` with verdicts, a prioritized remediation plan, and per-auditor ratings. Then merge the `external_audit` YAML block into the Charter telemetry. This is the third and final step of the v1 audit cycle, and it is where the substance lives — the calibrator role (definitional reconciliation across heterogeneous auditor verdicts) is now performed by the main agent inline, replacing the v0 paste-based calibrator-reconciler prompt. ## When to invoke After the operator has commissioned the audits in N auditor-side CLIs (each running `/straymark-audit-execute <CHARTER-ID>`) and **all of them have completed**. The operator returns to the main IDE and invokes: ``` /straymark-audit-review <CHARTER-ID> ``` If only some audits have completed, **do not proceed** — invoking the skill with incomplete reports produces a partial consolidated analysis. Verify with the operator that all the CLIs they opened have finished writing their reports under `.straymark/audits/<CHARTER-ID>/report-*.md`. > **Multi-round audits (`--round`).** If the operator passed `--round <label>` (a Charter audited across more than one round), every path in this skill gains a `/<label>/` segment: reports at `.straymark/audits/<CHARTER-ID>/<label>/report-*.md`, the consolidated `review.md` under the same subfolder, and the C