performance-audit

Audit application performance metrics

Content Preview
# Performance Audit Command

Audit application performance metrics

## Instructions

Conduct a comprehensive performance audit following these steps:

1. **Technology Stack Analysis**
   - Identify the primary language, framework, and runtime environment
   - Review build tools and optimization configurations
   - Check for performance monitoring tools already in place

2. **Code Performance Analysis**
   - Identify inefficient algorithms and data structures
   - Look for nested loops and O(n²) 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/performance-audit.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/performance/performance-audit.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/performance/performance-audit.md

Related Skills