Generate comprehensive optimization report
Scanned 9/9/2026
Install to Claude Code
npx -y skills add baekenough/oh-my-customcode --skill optimize-report --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Optimize Report?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/baekenough-optimize-report)More formats (shields.io, HTML) on the badges page.
---
name: optimize-report
description: Generate comprehensive optimization report
scope: core
argument-hint: "[--baseline <file>] [--format <format>]"
user-invocable: true
---
# Optimization Report Skill
Generate comprehensive optimization report with analysis, metrics, and recommendations.
## Options
```
--baseline Compare against previous report
--format Output format (text, json, markdown)
Default: text
```
## Workflow
```
1. Run full analysis
2. Collect all metrics
3. Compare against baseline (if provided)
4. Calculate performance scores
5. Generate recommendations
6. Format report
```
## Report Sections
### Bundle Analysis
- Total size (raw and gzipped)
- Chunk breakdown
- Dependency tree
### Performance Metrics
- Estimated load times
- Core Web Vitals impact
- Build performance
### Code Quality
- Tree-shaking effectiveness
- Dead code percentage
- Duplicate code detection
### Recommendations
- High impact optimizations
- Quick wins
- Long-term improvements
### Comparison (if baseline)
- Size delta
- Performance delta
- Trend analysis
## Output
- Formatted report in requested format
- Performance grade (A-F)
- Priority action items
## Examples
```bash
# Generate current report
optimize-report
# Compare against previous report
optimize-report --baseline ./previous-report.json
# Generate markdown report
optimize-report --format markdown
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!