Randomly select a location in your codebase and audit the surrounding code. Surfaces bugs, missing tests, documentation drift, and improvement opportunities that hide in code nobody's looked at in a while.
npm install -g fuzz-auditnpx skills add modularcloud/fuzz-auditclaude skill install --from https://github.com/modularcloud/fuzz-audit fuzz-auditfuzz-audit file [dir] Pick a random git-tracked file
fuzz-audit line <file> Pick a random line from a file
fuzz-audit prompt Print the fuzz-audit skill prompt
Run the skill in Claude Code:
/fuzz-audit
- Picks a random code file (respects
.gitignore) - Picks a random line in that file
- Identifies the function/method containing that line
- Audits the code for:
- Implementation bugs and security issues
- Misuse across the codebase
- Missing or weak test coverage
- Documentation drift
- Robustness, idiomacy, and performance improvements
- Creates GitHub issues for any problems found
- Node.js >= 18
- Git
- GitHub CLI (
gh) for issue creation - Claude Code for the audit skill