Reference
Audit Commands
These are Claude Code slash commands. Launch claude in your audit workspace and type any command below to run it.
Setup
/audit-tutorial First-time onboarding for the CTO audit workflow. Walks new users through the system, explains key concepts, and guides them to their first audit.
/audit-init Initialize organization context for the audit workspace. Interactive setup wizard that generates org.yaml and documentation files.
/audit-add-project Add a new project to the audit workspace. Interactive setup that creates projects/<name>.yaml with project metadata.
Running Audits
/audit-start Begin a new audit for a project. Creates dated audit folder and guides through items based on chosen flow.
/audit-continue Resume an in-progress audit. Finds the most recent incomplete audit and continues from where you left off.
/audit-status Show current audit progress including items completed, pass rate, and any blockers or regressions.
/audit-section Focus on a specific checklist section. Lists all items in the section and guides through them.
/audit-item Jump to a specific checklist item by ID. Useful for re-auditing a specific item or checking something out of order.
Results & Reporting
/audit-summary Generate a summary report for an audit. Creates _summary.md in the audit folder with full results.
/audit-diff Compare two audits and show what changed. Highlights improvements, regressions, and new items.
/audit-history Show audit history for a project. Lists past audits with dates, pass rates, and trends.
Managing Findings
/audit-waiver Create a waiver for a checklist item that doesn't apply. Documents why and sets a review date.
/audit-skip Skip an audit item with a documented reason. The item can be revisited later.
/audit-fix Work through failed and partial audit items interactively. Helps resolve findings by gathering better evidence or waiving items.