Commit Graph

14 Commits

Author SHA1 Message Date
Saswat Anand b977a21d0f feat(play-policy-insights): add .NET MAUI support and explicit encodings (#153) 2026-08-20 16:40:23 +01:00
Jose Alcérreca 5c4bb5d5f8 Unified Android profiler skill (#132)
* 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>
2026-08-17 18:17:08 +01:00
Ben Trengrove 60e3e951a4 Update android-cli skill based on version 1.0.15985488 (#128) 2026-08-05 13:13:35 +02:00
Jose Alcérreca ff1f3cd41c Update android-cli skill (#97)
- Remove brand name "antigravity" when referring to agent skills.
- Fix parameters in the adb shell input swipe command example to include all required coordinates and duration.

Co-authored-by: David Belcher <davidbelcher@google.com>
2026-07-14 12:35:00 +02:00
Saswat Anand b1ecf479bb Change wordings that developers are shown (#106) 2026-07-13 23:06:38 +02:00
Saswat Anand aec5fcde12 Create Play Policy Insights skill to detect Play policies violations in the app. (#104)
* Initial commit of Play Policy Insights skill, which aims to detect Play policies violations in an app

* Change last update date

* make the json output deterministic

* Update play/play-policy-insights/scripts/template_engine.py

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Fix format-aware inline comment stripping in orchestrator.

   - Update _strip_inline_comment to support optional quote delimiter tracking.
   - Disable quote tracking for .properties files to prevent literal quotes and apostrophes (e.g., "don't") from breaking subsequent comment removal.
   - Preserve quote-awareness for TOML version catalogs to ensure valid parsing of quoted strings.

* Update the date.

* Remove references to Facebook

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-07-10 18:28:41 +02:00
Jose Alcérreca 0ae7664ff0 Improve description of android-cli skill (#73)
* Improve description of android-cli skill

Updated the description to provide detailed instructions and features of the `android` CLI.

* Update description for android-cli documentation
2026-06-11 10:33:40 +02:00
Ben Trengrove 4d7ee5b37f Merge pull request #45 from android/ben/android-cli
Update android-cli skill
2026-05-22 09:16:12 +12:00
Ben Trengrove c8a43f6157 Add metadata 2026-05-20 20:56:31 +00:00
Ben Trengrove 6437cd7f29 Update android-cli skill 2026-05-20 20:54:46 +00:00
Yasser Dbeis a1df0d7a70 Restore lost changes to trace analysis and sql skills (#41)
Applied diffs to enhance Domain Hints usage and add critical guardrails for trace_processor location.
2026-05-15 18:58:13 +01:00
Jose Alcérreca 7cc87324fb Adds perfetto skills (#40)
---------

Co-authored-by: Simona Milanovic <anomis@google.com>
2026-05-15 16:46:39 +02:00
Ben Trengrove 616cd0d097 Update Android-CLI SKILL 2026-05-08 09:25:40 +02:00
Jose Alcérreca 2a1f785049 Empty commit 2026-03-27 19:14:26 +01:00