Files
gh-greyhaven-ai-claude-code…/skills/performance-optimization/templates/INDEX.md
2025-11-29 18:29:07 +08:00

623 B

Performance Optimization Templates

Copy-paste templates for performance optimization reports and tests.

Available Templates

Optimization Report

File: optimization-report.md

Template for documenting performance improvements with before/after metrics.

Use when: Completing performance optimizations, reporting to stakeholders.


Performance Test

File: performance-test.js

Template for writing performance benchmarks.

Use when: Measuring optimization impact, regression testing.


Return to main agent