audit-performance
Installation
SKILL.md
Audit Performance
Performance analysis and recommendations.
When to Use
- Application feels slow
- Before optimization work
- After adding heavy components
Approach
Step 1: Project Invariants (Required)
Before auditing, check docs/knowledge-base/ for performance-specific constraints:
- Bundle size limits
- Load time requirements
- Any documented perf budgets
- Flag any violation of documented invariants as Critical priority.