Audit Performance banner
dykyi-roman dykyi-roman

Audit Performance

Security community

Description

--- description: Performance audit. Detects N+1 queries, memory issues, caching gaps, inefficient loops, batch processing problems, algorithm complexity, connection pools, serialization overhead. allowed-tools: Read, Grep, Glob, Task model: opus argument-hint: <path> [level] [-- meta-instructions] --- # Performance Audit Perform a comprehensive performance audit focusing on database queries, memory usage, caching, and algorithm efficiency. ## Input Parsing Parse `$ARGUMENTS` to extract path,

Installation

Installs to ~/.claude/skills/dykyi-roman-awesome-claude-code-audit-performance/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dykyi-roman-awesome-claude-code-audit-performance && curl -fsSL https://raw.githubusercontent.com/dykyi-roman/awesome-claude-code/HEAD/commands/audit-performance.md -o ~/.claude/skills/dykyi-roman-awesome-claude-code-audit-performance/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository