[roll] Roll fuchsia [skills] Add skill for managing fuchsia emulator

Introduce a new skill to handle starting, stopping, and querying the
Fuchsia emulator.

To verify this, we performed a rigorous two-way ablation study on a
clean minimal.x64 build configuration:

1. Skill-Only (Ablated GEMINI.md):
   - Stripped all emulator-related rules from GEMINI.md.
   - Fresh agent successfully discovered and followed the skill recipe.
   - Clean startup in 5 action turns (100% linear focus).

2. Rules-Only (No Skill):
   - Restored emulator mentions in GEMINI.md, hid the skill.
   - Fresh agent took 8 action turns to start the emulator and run
     the test, executing multiple wandering queries (e.g. get-build-dir).

This confirms the manage-emulator skill alone is completely sufficient
and leads to a 37.5% increase in action efficiency (turn count) compared
to generic global rules, while keeping GEMINI.md clean and compact.

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1586509
Original-Original-Revision: c4ae59a36d8b37260a33146878f0a613efef428e
GitOrigin-RevId: 5d428155bb7a352890bddd696885f5c92fb494cc
Change-Id: Ib16a1fa42dc4bd7160f8d881547e9d77fbd52797
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1628756
Cr-Commit-Position: refs/heads/main@{#193531}
1 file changed
tree: 41ed79609faed4e5242d61fbb7566e363427d935
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.