What problem does it solve? Authoring or decoding Microsoft Fabric Activator (Reflex) alerts requires assembling a complex ReflexEntities.json definition with containers, sources, rules, and actions, where small schema mistakes cause 400 errors. This Skill guides the full workflow of creating, updating, deleting, and inspecting Activator items through the Fabric REST API with correct entity wiring. ## Core Features & Use Cases - Alert Authoring: Create Activator items and rules with AttributeTrigger or EventTrigger templates, wired to Eventstream, KQL, Real-time Hub, Digital Twin Builder, or Power BI sources. - Action Binding: Attach Teams messages, emails, or Fabric item invocations (Pipelines, Notebooks, Spark jobs, Dataflows, User Data Functions) to alert rules. - Read-Only Inspection: List Activators, decode ReflexEntities.json definitions, and explain existing rules, sources, and actions without mutating anything. - Use Case: Ask to be notified on Teams when average temperature exceeds 30, and the Skill resolves the workspace, validates the source data, builds the entity graph, and persists it via updateDefinition. ## Quick Start Ask the assistant to create an Activator alert in your Fabric workspace that emails you when a KQL table column crosses a threshold.