一键导入
optimize-bundle
Apply bundle size optimizations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Apply bundle size optimizations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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