activator-consumption-cli

Inspect Microsoft Fabric Activator alert configurations, rules, sources, and actions via CLI.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/weiflycc-cmd/skills-for-fabric --skill activator-consumption-cli-weiflycc-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: activator-consumption-cli
Source: https://github.com/weiflycc-cmd/skills-for-fabric/tree/main/plugins/fabric-skills/skills/activator-consumption-cli
Command: npx skills add https://github.com/weiflycc-cmd/skills-for-fabric --skill activator-consumption-cli-weiflycc-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually navigate the Fabric Activator (Reflex) UI to inspect alert configurations, rules, sources, and actions, saving time for users who need to audit, troubleshoot, or document automated monitoring workflows.

Core Features & Use Cases

  • Read-only Activator inspection: List all Activators in a Fabric workspace, view individual alert metadata, and decode full Reflex entity definitions without modifying any data.
  • Rule and action exploration: Extract and review rule conditions, data sources, and associated Fabric item actions from decoded definitions to understand alert triggers and downstream effects.
  • Use case: Use this when you need to audit existing production alerts, troubleshoot why an alert is firing incorrectly, or document the configuration of an automated data monitoring workflow.

Quick Start

Use the activator-consumption-cli skill to list all active alerts in my default Fabric workspace and show the rules configured for each alert.

Frequently Asked Questions about activator-consumption-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list Fabric Activator alerts and rules via CLI?

This Skill enables read-only inspection of Fabric Activator alerts via CLI by querying the Fabric control-plane API, listing workspace Activators, and decoding Base64 Reflex entity definitions with jq to extract rule conditions and actions.

What is a Reflex entity definition in Microsoft Fabric?

A Reflex entity definition in Microsoft Fabric is the Base64-encoded configuration payload of an Activator containing alert metadata, rule conditions, data sources, and associated Fabric item actions required for automated monitoring workflows.

Do I need Azure CLI and jq to inspect Fabric Activator configurations?

Yes, you need Azure CLI with Fabric control-plane API access and jq for JSON processing to inspect Fabric Activator configurations, as these tools are required to query the API and parse the Base64-encoded definition payloads.

Can I audit Microsoft Fabric Activator rule conditions without modifying data?

Yes, you can audit Microsoft Fabric Activator rule conditions without modifying data because this Skill performs read-only inspection of alert configurations, sources, and actions, making it safe for troubleshooting and documentation scenarios.

How do I troubleshoot why a Fabric Activator alert is firing incorrectly?

To troubleshoot why a Fabric Activator alert is firing incorrectly, use this Skill to decode the Reflex entity definition via CLI and review the specific rule conditions, data sources, and associated Fabric item actions triggering the alert.

What's the best way to document automated data monitoring workflows in Microsoft Fabric?

The best way to document automated data monitoring workflows in Microsoft Fabric is using this Skill to extract and review rule conditions, data sources, and actions from decoded Reflex definitions, capturing full alert configurations via CLI.