activator-consumption-cli

Inspect Microsoft Fabric Activator alert configurations and rules via REST API.

14|3|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/patrikborosch/AnalyticsPlatformAgents --skill activator-consumption-cli-patrikborosch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: activator-consumption-cli
Source: https://github.com/patrikborosch/AnalyticsPlatformAgents/tree/main/creator/skills/activator-consumption-cli
Command: npx skills add https://github.com/patrikborosch/AnalyticsPlatformAgents --skill activator-consumption-cli-patrikborosch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually navigate the Microsoft Fabric UI or use write-enabled tools to inspect existing Activator (Reflex) alert configurations, reducing the risk of accidental production changes and speeding up troubleshooting of unexpected alert behavior.

Core Features & Use Cases

  • List and filter Activator items: View all alerts and reflexes in a Fabric workspace, with support for paginated results for workspaces with large numbers of items.
  • Inspect individual alert configurations: Drill down into specific activators to view their rules, data sources, and associated Fabric item actions.
  • Decode full Reflex definitions: Extract and parse the underlying ReflexEntities.json configuration to understand exactly why an alert fires and what actions it triggers.
  • Use Case: If a production alert is firing unexpectedly, use this Skill to quickly pull its full configuration, check rule conditions, and verify associated actions without risking accidental modification of the alert setup.

Quick Start

Use the activator-consumption-cli skill to list all active alerts in your default Fabric workspace and show the status of each associated rule.

Frequently Asked Questions about activator-consumption-cli

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

FAQPage Schema
How do I inspect Microsoft Fabric Activator alert configurations without modifying them?

To inspect Fabric Activator alert configurations read-only, you can use a CLI skill that retrieves reflex rules, data sources, and actions via the Fabric REST API. This prevents accidental production changes while troubleshooting unexpected alert behavior.

Why does my Fabric Activator alert keep firing unexpectedly?

An Activator alert fires unexpectedly due to its rule conditions within the ReflexEntities.json configuration. You can extract and decode this full Reflex definition via CLI to verify exact trigger conditions and associated actions without write access.

Can I list all Fabric Activator items in a workspace using the command line?

Yes, you can list all Fabric Activator items in a workspace using a CLI skill. It queries the Fabric REST API to view all alerts and reflexes, supporting paginated results to handle workspaces with large numbers of items efficiently.

What do I need to troubleshoot Fabric Reflex rules from the command line?

To troubleshoot Fabric Reflex rules from the command line, you need Azure CLI with Fabric API permissions and jq for JSON and Base64 decoding. These tools allow you to extract and parse underlying Reflex definitions for auditing.

Does the activator-consumption-cli skill support modifying existing Fabric alert rules?

No, the activator-consumption-cli skill does not support modifying existing Fabric alert rules. It adheres strictly to read-only operational constraints via the REST API to prevent accidental modification of production automation setups.