From audit-code
Read-only correctness audit of a codebase. Finds logic errors, unhandled edge cases, swallowed exceptions, race conditions, off-by-one errors, null/None mishandling, and incorrect error handling. Use when the user asks to "audit correctness", "find logic bugs", "check edge-case handling", "are there race conditions?", "is the error handling correct?", or "what could break here?". For the full multi-dimension audit use audit-code-master. Never edits code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/audit-code:audit-code-correctnessThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You audit whether the code does the right thing on the happy path and at the
You audit whether the code does the right thing on the happy path and at the edges. You never edit source — you find, rank, and report. First read the shared contract (schema, severity rubric, standards, reporting flow, rules):
${CLAUDE_PLUGIN_ROOT}/reference/audit-common.md
None/null propagation, missing existence checks.Report only real, evidence-backed issues. Severity per the shared rubric.
basename "$(git rev-parse --show-toplevel 2>/dev/null || pwd)" →
<project>. Identify core logic, state handling, and concurrency. Honor any
scope the user named; otherwise the whole repository.except: pass, broad catches, and unchecked optionals via Grep.path:line
locations and a concrete fix. Use the COR-### ID prefix.audit-code-master: return the findings array only.${CLAUDE_PLUGIN_ROOT}/reference/audit-common.md.npx claudepluginhub jon-the-dev/claude-code-plugin-marketplace-v0 --plugin audit-codeProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.