with one click
optimize-bundle
Apply bundle size optimizations
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Apply bundle size optimizations
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
6-stage structured development cycle with stage-based tool restrictions
Multi-angle release quality verification using parallel expert review teams
Full Self Driving — autonomous release loop that processes all auto-dev-eligible GitHub issues until none remain, by repeatedly running /pipeline auto-dev then /homework.
Invoke and resume YAML-defined pipelines by name — /pipeline auto-dev runs the full release pipeline
Analyze release workflow findings and recommend follow-up actions — execute immediately or register as issues
Auto-detect project context and optimize harness — deactivate unused agents/skills, suggest missing experts, generate project profile
| name | optimize-bundle |
| description | Apply bundle size optimizations |
| scope | core |
| argument-hint | [--dry-run] [--safe] |
| disable-model-invocation | false |
| user-invocable | true |
Apply bundle size optimizations to reduce build output and improve performance.
--dry-run Show what would be changed without applying
--safe Only apply safe, reversible optimizations
1. Run full bundle analysis
2. Identify optimization opportunities
3. Prioritize by impact and risk
4. Apply recommended changes (or show dry-run)
5. Rebuild if changes applied
6. Verify improvements
7. Report before/after metrics
# Apply all safe optimizations
optimize-bundle
# Preview changes without applying
optimize-bundle --dry-run
# Only apply safe optimizations
optimize-bundle --safe