mirror of
https://github.com/android/skills.git
synced 2026-09-14 20:07:09 +08:00
5c4bb5d5f8
* feat(profilers): Unified Android profiler skill Consolidate the `perfetto-sql` and `perfetto-trace-analysis` skills into a unified `profilers` skill for Android performance recording and analysis. Key Changes: - Unified Orchestration: Introduce a top-level `SKILL.md` that disambiguates developer intent and routes to specialized recording and analysis workflows. - Structure workflows under `recording/workflows/` and `analysis/workflows/` allowing for progressive disclosure for agents, and modular contributions. - Decoupled Hint System: Separate execution logic from domain and subsystem knowledge, dynamically injecting hints during trace investigation deep dives. - Centralized References: Consolidate shared environment setup under `references/`. - Deprecation & Cleanup: Remove legacy `perfetto-sql` and `perfetto-trace-analysis` skill directories. * Formatting and redundancy fixes * Update SQL workflow keywords * Fix frontmatter and candidate analysis instructions * Refine orchestrator routing and SQL reference rules * Update skill path --------- Co-authored-by: Harshit Rawat <rawatharshit@google.com>