Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentAvançado

Xcode Compilation Analyzer

poravdlee·avdlee· v1.0.0 · atualizado em 2026-04-10
80
Score

Analyze Swift and mixed-language compile hotspots using build timing summaries and Swift frontend diagnostics, then produce a recommend-first source-level optimization plan. Use when a developer reports slow compilation, type-checking warnings, expensive clean-build compile phases, long CompileSwiftSources tasks, warn-long-function-bodies output, or wants to speed up Swift type checking.

xcodeswiftcompilationoptimizationbuild-timeperformancetype-checking
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdxcode-compilation-analyzer/workflow
1. Gather build timing summary from clean and incremental builds.
2. Analyze `CompileSwiftSources` and `SwiftEmitModule` times.
3. Run diagnostics script to identify type-checking hotspots.
4. Identify oversized bridging headers or generated Swift-to-Objective-C surfaces.
5. Check for missing explicit type information and complex expressions.
6. Rank findings by expected wall-clock impact.
7. Generate a recommendation report with observed evidence and expected impact.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe comXcode Project Analyzer
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
79
Compõe com ←Xcode Build Benchmark
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
83
Compõe com ←SPM Build Analysis
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aSwiftUI Performance Audit
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Layouts
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Xcode Compilation Analyzer
xcode-compilation-analyzer
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.RECOMMEND
Triggers8
analyze slow Xcode compilationoptimize Swift build timesdiagnose Xcode compile hotspotsimprove Xcode build performancefind type-checking bottlenecks in Swiftspeed up Swift compilationanalyze Xcode build timing summaryreduce CompileSwiftSources task time

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download xcode-compilation-analyzer
$ synaptic skills detail xcode-compilation-analyzer
$ synaptic skills live xcode-compilation-analyzer

Links

GitHub Repository