ReleaseMicrosoftMicrosoftpublished May 11, 2026seen 1d

microsoft/skills-for-fabric v0.3.1

microsoft/skills-for-fabric

Open original ↗

Captured source

source ↗
published May 11, 2026seen 1dcaptured 1dhttp 200method plain

v0.3.1

Repository: microsoft/skills-for-fabric

Tag: v0.3.1

Published: 2026-05-11T08:02:31Z

Prerelease: no

Release notes:

[0.3.1] - 2026-05-10

Added

  • `activator-authoring-cli` — create alerts, notifications, and automated actions on Fabric data and events via Fabric REST API and az rest CLI. Covers Activator/Reflex item creation, trigger configuration, action wiring (Teams messages, emails, Fabric item runs), and connections to Eventhouse, Eventstream, Real-Time Hub, and Digital Twin Builder.
  • `activator-consumption-cli` — read-only inspection of existing Activator alerts, notifications, and automated actions via az rest. List alerts in a workspace, inspect alert configuration, decode ReflexEntities.json definitions.

Changed

  • `spark-diagnostics-cli` renamed to `spark-operations-cli` — aligned with the three-category naming convention (-authoring-, -consumption-, -operations-). Same skill, same diagnostic surface (failed Spark jobs, unhealthy Livy sessions, OOM/shuffle/skew, driver/executor logs, Spark Advisor findings) — only the name has changed. Re-invoke as spark-operations-cli going forward.

Fixed

  • `/plugin update` now works again for users who installed under the legacy `skills-for-fabric@fabric-collection` id. When the bundle was renamed in 0.3.0 (skills-for-fabricfabric-skills), the old plugin id was dropped from marketplace.json, which silently broke /plugin update skills-for-fabric@fabric-collection for everyone still on the legacy id (Plugin "skills-for-fabric" not found in marketplace). The legacy id is restored as a deprecated alias of fabric-skills@fabric-collection — running /plugin update under either name now pulls the canonical fabric-skills payload. To migrate your installed entry to the canonical id (optional, recommended cleanup): /plugin uninstall skills-for-fabric@fabric-collection then /plugin install fabric-skills@fabric-collection.
  • `check-updates` skill works inside Copilot CLI plugin installs. The skill assumed a package.json and a .git/ directory at the install root, but the Copilot CLI plugin install layout (~/.copilot/installed-plugins/fabric-collection/fabric-skills/) has neither — only .github/plugin/plugin.json. Step 1 (read local version), Step 2 (parse repository URL), and Method A (git fetch origin main) now read the manifest path that matches the actual install layout. The "Update Available" banner no longer references the install.ps1 / install.sh scripts that were removed from the public release in 0.3.0.

Notability

notability 3.0/10

Routine minor release of Microsoft Fabric skills library.