Skills Plugins MCP Prompt Model 博客 我的中心

r8-analyzer

Analyzes Android build files and R8 keep rules to identify redundancies, broad package-wide rules, and rules that subsume library consumer keep rules. Use when developers want to optimize their app's size, remove redundant or overly broad keep rules, or troubleshoot Proguard configurations.

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=android-skills-performance-r8-analyzer-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name r8-analyzer description Analyzes Android build files and R8 keep rules to identify redundancies, broad package-wide rules, and rules that subsume library consumer keep rules. Use when developers want to optimize their app's size, remove redundant or overly broad keep rules, or troubleshoot Proguard configurations. license Complete terms in LICENSE.txt metadata {"author":"Google LLC","last-updated":"2026-08-28","keywords":["R8","proguard","keep rules","app size","optimization"]} Step 1. Setup and configuration check Inspect build.gradle , build.gradle.kts , and gradle.properties . Use references/CONFIGURATION.md to identify missing optimizations. AGP : If version is lower than 9.0, suggest migration to 9.0 for build-time performance improvement . Full Mode : Verify android.enableR8.fullMode=false is removed from gradle.properties. Step 2. Analysis path selection Inspect build.gradle , build.gradle.kts , and gradle.properties and libs.versions.toml to get the AGP and R8 versions. If AGP >= 9.3.0 : Proceed to Path A (Standalone Task) . If AGP < 9.3.0 and R8 >= 9.3.7-dev : Proceed to Path B (Quantitative) . If none of the conditions are met, proceed to Path C (Heuristic) . Path A: Standalone Gradle task (AGP >= 9.3.0) Step 1: Run standalone task : Run ./gradlew :app:analyzeReleaseR8Config to evaluate the R8 configuration. You MUST wait for this command to finish before proceeding. Step 2: Convert to JSON : The report is generated at app/build/reports/r8/r8-config-analyzer-release.pb . You MUST explicitly run the conversion script by executing: python3 .agents/skills/r8-analyzer/scripts/convert_pb_to_json.py . Wait for this command to finish. Step 3: Analyze : You MUST explicitly run the analysis script by executing: python3 .agents/skills/r8-analyzer/scripts/analyze.py . This outputs tmp/keepradius/analysis_result.txt . Wait for this command to finish. Path B: Quantitative data generation (R8 >= 9.3.7-dev and AGP < 9.3.0) Step 1: Check requirements : Python and protobuf package are mandatory. Step 2: Generate and analyze : You MUST run the shell commands described in references/CONFIGURATION-ANALYZER.md to generate the proto file using R8 configuration analyzer, convert it to JSON and analyze the result. Step 3: Analyze : You MUST ensure the analysis produces tmp/keepradius/analysis_result.txt for scores and rule impact metrics. Path C: Heuristic evaluation and recommendation (R8 < 9.3.7-dev) (Use ONLY if quantitative data generation is not possible) Step 1: Manual evaluation : Inspect proguard-rules.pro . Step 2: Library check : Compare rules against references/REDUNDANT-RULES.md . Suggest Remove for bundled rules. Step 3: Custom rule check : Use references/KEEP-RULES-IMPACT-HIERARCHY.md and references/REFLECTION-GUIDE.md to prioritize and evaluate. Suggest Refine for broad rules (for example, package-wide). Step 4: Validation : Suggest Macrobenchmark tests using UI Automator for any proposed changes. Proceed to Step 3. Step 3. Report generation Format : Follow references/REPORT_FORMAT.md strictly. Input : Extract metrics (Scores, Impacts, Example Classes) directly from generated file analysis.txt if using Path A, or from manual findings if using Path B. Output : Output ONLY the raw Markdown report in the chat. Do NOT output conversational filler (for example, "Here is your report..."). Do NOT provide recommendations, next steps, or any other text outside of the sections defined in references/REPORT_FORMAT.md Do NOT mention the path used for analysis of the configuration Constraints Strict output limit : The final output MUST strictly be the Markdown report and nothing else. No code changes : Research and suggest only; Do not modify files. No redundancy : Do not explain R8 benefits or reference skill internal files in the report. Focus : Omit sections (for example, Subsumed Rules, Configuration) if no issues or items are found.
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。