‹ 返回总目录
开发工具 最近更新04-15

xcode-project-analyzer

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量2.9K
⭐ GitHub Stars1,193(fork 47)
🗓️ 最近推送2026-04-15
🌱 项目创建2026-03-13
💻 语言 / LicensePython · MIT
🐛 开放Issue4

📝 工具简介

优化Xcode增量及clean构建的Agent Skill,通过跑benchmark和调build设置来提速。

📖 怎么用

先装全部六个技能,运行`npx skills add https://github.com/avdlee/xcode-build-optimization-agent-skill`,再用`npx skills add https://github.com/avdlee/xcode-build-optimization-agent-skill --skill xcode-project-analyzer`单独装这个分析器。或者用`/plugin marketplace add AvdLee/Xcode-Build-Optimization-Agent-Skill`加市场,再`/plugin install xcode-build-skills@xcode-build-skills`安装。装好后在AI工具里打开Xcode项目,直接说“Use the /xcode build orchestrator skill to analyze build performance and come up with a plan for improvements”,它会自动跑clean和incremental构建基准测试、查编译热点、审计构建设置和SPM开销。

📋 迷你测评

同样是优化Xcode构建,跑benchmark调设置。亮点是分析项目结构。没提具体指标,和上面两个功能重叠。

📄 README 要点

这是一个专门用来优化Xcode构建性能的开源工具包,包含六个技能模块,可以全面分析你的iOS项目构建效率。它能帮你测试干净构建和增量构建的速度,检查编译热点,审计项目设置,还能找出Swift Package Manager的性能瓶颈。使用很简单,在AI编程工具里安装好这六个技能后,直接说"用xcode build orchestrator分析构建性能",它就会自动跑基准测试并生成一份优化建议文档,保存在.build benchmark/optimization plan.md里。整个过程不会改动你的项目文件,除非你明确批准。适合那些觉得Xcode编译太慢、想系统优化构建流程的开发者,特别是团队协作时想统一构建标准的场景。

查看英文原文
Xcode Build Optimization Agent Skills Open source Agent Skills for benchmarking and optimizing Xcode build performance across clean builds, incremental builds, compile hotspots, project settings, and Swift Package Manager overhead. Quick Start Install all six skills (the orchestrator needs the specialist skills to work): [安装/使用命令见下方] Then open your Xcode project in your AI coding tool and say: Use the /xcode build orchestrator skill to analyze build performance and come up with a plan for improvements. The agent will benchmark your clean and incremental builds, audit build settings, find compile hotspots, and produce an optimization plan at .build benchmark/optimization plan.md . No project files are modified until you explicitly approve changes. For long term monitoring across days, machines, Xcode versions, and teams, use RocketSim Build Insights and Team Build Insights. Every Second Counts A 1 second improvement on a 30 second incremental build sounds small. At 50 builds a day, that adds up to 3.5 hours per developer per year or 35 hours across a team of ten . Most projects have several seconds of easy wins hiding in build settings, script phases, and compiler flags. This skill finds them. How It Works The orchestrator coordinates five specialist skills in a recommend first workflow. Nothing is modified until you approve. [安装/使用命令见下方] Phase 1 Analyze. The orchestrator benchmarks your project, runs the three specialist analyzers, and produces a prioritized optimization plan at .build benchmark/optimization plan.md . No project files are modified. Use the Xcode build orchestrator to analyze build performance and come up with a plan for improvements. Phase 2 Fix. Review the plan, check the approval boxes for the items you want, and ask the agent to apply them. The fixer implements only approved changes and re benchmarks to verify. Implement the approved items from the optimization plan at .build benchmark/optimization plan.md, then re benchmark to verify the improve

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考