perf

Analyze Gradle build performance and detect regressions against a saved baseline.

1|Updated Jun 26, 2025
One-click install
npx skills add https://github.com/intrale/platform --skill perf-intrale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perf
Source: https://github.com/intrale/platform/tree/main/.claude/skills/perf
Command: npx skills add https://github.com/intrale/platform --skill perf-intrale

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies performance bottlenecks in your Gradle builds, helping you reduce compilation times and improve developer productivity.

Core Features & Use Cases

  • Build Performance Analysis: Analyzes build profiles to pinpoint slow modules and tasks.
  • Regression Detection: Compares current build times against a baseline to identify performance regressions.
  • Optimization Suggestions: Provides concrete, actionable recommendations for improving build speed.
  • Use Case: After a new feature is merged, run /perf to ensure build times haven't increased significantly, and get specific advice on how to optimize any slow-downs.

Quick Start

Run the perf skill to analyze the current build performance and identify the top 5 slowest modules.

Frequently Asked Questions about perf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify slow Gradle tasks causing build performance bottlenecks?

Gradle build performance analysis profiles your build tasks to pinpoint slow modules and tasks. It analyzes build profiles to highlight specific compilation delays and bottlenecks for optimization.

How do I detect Gradle build performance regressions after merging code?

Detect Gradle build performance regressions by comparing current build times against a saved baseline. This regression detection identifies if new feature merges significantly increase compilation times.

Can I generate an HTML report of my Gradle build analysis?

Yes, you can generate an HTML report of your Gradle build analysis. The skill supports HTML report generation to summarize profiled build tasks, slow modules, and optimization suggestions.

Does this Gradle build optimization tool work with build scans?

Yes, this Gradle build optimization tool works with build scans. It supports build scan integration to analyze build profiles and provide actionable optimization suggestions for slow modules.

What is the best way to get optimization suggestions for slow Kotlin compilation tasks?

The best way to get optimization suggestions for slow Kotlin compilation tasks is to run a build performance analysis. The tool provides concrete, actionable recommendations for improving build speed based on profiled task data.

Do I need Node.js to run Gradle build profiling and regression detection?

Yes, you need Node.js installed to run Gradle build profiling and regression detection. Node.js is a required dependency for executing the scripts that analyze build performance and identify slow modules.