What problem does it solve?
Long or flaky local and CI builds slow developer iteration and block delivery by hiding hotspots, misconfigured caching, and suboptimal parallelism; this Skill uncovers the root causes and drives measurable speed improvements.
Core Features & Use Cases
- Baseline profiling: measure clean, no-op incremental, and one-file-change incremental build times with per-step breakdowns to establish a reliable benchmark.
- Hotspot analysis & pattern matching: rank steps by wall time × frequency and match them against cross-cutting and system-specific anti-patterns to identify high-impact fixes.
- Propose, apply, and verify fixes: generate prioritized, measurement-backed recommendations, optionally auto-apply low-risk changes, and verify correctness with artifact checks and before/after measurements.
- Use case: when CI wall-time drifts upward or local developer iteration is slow, run the Skill to find caching gaps, serial bottlenecks, or misconfigured build flags and deliver a report plus safe remediation steps.
Quick Start
Run the build-perf-audit skill against your repository to profile the primary build, surface hotspots, and receive prioritized, measurable fixes.