Audit build system for optimization opportunities
Analyzes build configuration and identifies optimization opportunities to reduce build times.
/plugin marketplace add sponticelli/gamedev-claude-plugins/plugin install devops@gamedev-claude-pluginsAnalyze the current build configuration and identify optimization opportunities.
Before auditing, understand:
# Build Audit Report: [Project Name]
## Executive Summary
**Current Full Build:** [Time]
**Current Incremental:** [Time]
**Primary Bottleneck:** [Stage/Component]
**Estimated Improvement:** [%]
## Build Profile
### Time Breakdown
| Stage | Duration | % Total | Notes |
|-------|----------|---------|-------|
| Compilation | [Time] | [%] | [Observation] |
| Asset processing | [Time] | [%] | [Observation] |
| Linking | [Time] | [%] | [Observation] |
| Packaging | [Time] | [%] | [Observation] |
### Resource Usage
| Resource | Peak | Average | Bottleneck? |
|----------|------|---------|-------------|
| CPU | [%] | [%] | [Yes/No] |
| Memory | [GB] | [GB] | [Yes/No] |
| Disk I/O | [MB/s] | [MB/s] | [Yes/No] |
## Findings
### Quick Wins (Implement Today)
| Finding | Current | Recommended | Expected Impact |
|---------|---------|-------------|-----------------|
| [Issue] | [State] | [Fix] | [Time saved] |
### Medium Effort (This Sprint)
| Finding | Current | Recommended | Expected Impact |
|---------|---------|-------------|-----------------|
| [Issue] | [State] | [Fix] | [Time saved] |
### Long-term (Requires Planning)
| Finding | Current | Recommended | Expected Impact |
|---------|---------|-------------|-----------------|
| [Issue] | [State] | [Fix] | [Time saved] |
## Cache Analysis
**Hit Rate:** [%]
**Recommendations:**
- [Cache improvement 1]
- [Cache improvement 2]
## Recommendations Summary
### Priority Order
1. [Highest impact optimization]
2. [Second priority]
3. [Third priority]
### Expected Results
| Phase | Time Reduction | Effort |
|-------|----------------|--------|
| Quick Wins | [%] | [Hours] |
| Medium Effort | [%] | [Days] |
| Long-term | [%] | [Weeks] |
Analyze the build configuration and provide actionable optimization recommendations.