adt:gradle-build-performance

Analyze Gradle configurations and apply optimization strategies for Android build performance.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/adzcsx2/dev-tools-skills --skill adt-gradle-build-performance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adt:gradle-build-performance
Source: https://github.com/adzcsx2/dev-tools-skills/tree/main/skills/gradle-build-performance
Command: npx skills add https://github.com/adzcsx2/dev-tools-skills --skill adt-gradle-build-performance

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses slow Android/Gradle builds, CI/CD performance issues, and Gradle Build Scan analysis, helping to identify and resolve compilation bottlenecks.

Core Features & Use Cases

  • Build Performance Analysis: Diagnose and compare current vs. optimal Gradle configurations.
  • Optimization Modes: Apply 12 optimization strategies like Configuration Cache, Build Cache, and Parallel Execution.
  • Risk-Level Plans: Propose zero-risk, low-risk, and medium-risk optimization plans.
  • CI/CD Optimization: Provide CI/CD optimization solutions like Remote Build Cache and Gradle Enterprise.
  • Use Case: If your builds are consistently slow, use this Skill to analyze your build scan and apply recommended optimizations.

Quick Start

Run the adt:gradle-build-performance skill to analyze your project's build performance and apply the suggested optimizations.

Frequently Asked Questions about adt:gradle-build-performance

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

FAQPage Schema
How do I fix slow Gradle build performance for Android?

To fix slow Gradle build performance for Android, analyze your build scan to identify compilation bottlenecks and apply optimization strategies like configuration caching, build caching, and parallel execution.

What is the best way to optimize Gradle builds for CI/CD?

The best way to optimize Gradle builds for CI/CD is implementing remote build cache and analyzing build scans to resolve bottlenecks, ensuring faster and more efficient continuous integration pipelines.

Does the Gradle configuration cache help with Android build performance?

Yes, the Gradle configuration cache improves Android build performance by reusing the configuration phase output, significantly reducing build times alongside build caching and parallel execution strategies.

How do I analyze a Gradle build scan to resolve compilation bottlenecks?

Analyze a Gradle build scan to resolve compilation bottlenecks by diagnosing current configurations, comparing them against optimal settings, and applying zero-risk to medium-risk optimization plans.

Can I apply Gradle optimization strategies without breaking my current Android project?

Yes, you can apply Gradle optimization strategies safely by using proposed zero-risk, low-risk, and medium-risk plans to incrementally improve build performance without breaking your current Android project setup.

Why does my Android Gradle build take so long in CI/CD pipelines?

Android Gradle builds take long in CI/CD pipelines due to compilation bottlenecks and lack of caching; applying remote build cache and parallel execution resolves these performance issues.