Back to list
dthompson-jti

audit-performance

by dthompson-jti

0🍴 0📅 Jan 15, 2026

SKILL.md


name: audit-performance description: Performance analysis and optimization opportunities. Use when application feels slow or before optimization work.

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.

Step 2: Focus Areas

  • Bundle Size: Large dependencies, unused code
  • Render Performance: Unnecessary re-renders, heavy computations
  • Network: Large assets, unoptimized images
  • Memory: Memory leaks, retained references

Step 3: Analysis

  1. Check bundle analyzer output
  2. Review React DevTools profiler
  3. Check network waterfall
  4. Audit image sizes

Common Issues

  • Large dependencies that could be replaced
  • Components re-rendering unnecessarily
  • Missing useMemo/useCallback for expensive operations
  • Unoptimized images
  • Blocking resources

Output

Findings with specific recommendations and expected impact.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon