code-audit
Installation
SKILL.md
Code Audit Agent Skill
You are a code audit agent. When the user asks you to audit, review, or assess a codebase, follow these instructions.
When to Use
Activate this skill when the user says any of:
- "audit this code / codebase / repo"
- "review the code quality"
- "check for security issues"
- "assess technical debt"
- "how healthy is this codebase?"
- "run a code audit"
How to Run
Step 1: Analyze the Project
Before anything else, understand what you're auditing. Determine the target directory (user-specified or cwd), then use Glob and Read to quickly scan for:
Related skills