Code Audit Deep

Line-level code audit skill. Surfaces concrete, actionable findings — perf hotspots, error-handling correctness bugs, durability / ordering bugs, memory-shape problems, function-level complexity, semantic coupling, and concurrency-primitive scope mistakes — that file-level architectural analysis cannot see. Language-agnostic. Use this skill when the user asks to audit code, find perf issues, hunt bugs, review error handling, do a deep code review, find what is slow, look for syscalls in loops, check memory footprint, or get specific `file:line — finding — fix` recommendations. Also trigger on "audit this", "review this code", "find bugs in X", "what's wrong with X", "deep review", "perf review", "look for correctness issues", "what can go wrong here", even when the user does not literally say "audit". Pairs with the companion `architectural-hotspots` skill — that one says *which files* to look at, this one says *what is wrong inside them*.

Stoica-Mihai ed4a5e2 2 files · 23.5 KB Updated

File contents

Stoica-Mihai/claude-skills/tree/main/plugins/architectural-analysis/code-audit-deep-workspace/skill-snapshot-v2 commit ed4a5e29ca

Frequently asked questions

npx skillmds@latest add stoica-mihai/code-audit-deep-3