This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Each of these exists in their own respective skill directory name. eg: the one immediately below lives in ~.claude/skills/audit/SKILL.md | |
| --- | |
| name: audit | |
| description: Use when reviewing one or more code files for bugs, code quality issues, performance problems, security vulnerabilities, or improvement opportunities. Triggered by `/audit file1.tsx + file2.ts` or similar. Optionally accepts a trailing `.md` path to also write the report to disk. | |
| --- | |
| # Audit | |
| Thorough code analysis of one or more files. Reads each file in full, then evaluates across six categories, reporting findings by severity with actionable suggestions. |