Skip to content

Instantly share code, notes, and snippets.

View PaulHaze's full-sized avatar

Paul Hayes PaulHaze

View GitHub Profile
@PaulHaze
PaulHaze / gist:b869944b7fe59a4295ea4d04378fb2f8
Created May 20, 2026 00:10
Audit skills I've made for claude
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.