Create Fabric alerts, notifications, and event-driven automated actions.
The material indicates this is primarily a Fabric/CLI authoring guide with a relatively low overall risk profile, backed by a Microsoft GitHub open-source repository and some community adoption. Based on the provided facts, it is closer to a prompt-oriented skill, but its documentation includes remote update-check and external CLI/API usage guidance, so users should still watch actual execution boundaries.
The material states no required secrets or environment variables. While the README references shared `az login` and token acquisition guidance, it does not show this skill requiring standalone third-party credentials, so direct credential exposure appears limited.
The system metadata says no remote endpoints, but the README explicitly includes remote update-check guidance (such as the GitHub API or `git fetch origin main`), and the description involves Fabric REST API/`az rest` interactions with service-related cloud endpoints. This is normal network behavior for such a skill, but users should ensure no data is sent to unrelated endpoints.
As a skill document, it is closer to prompt-only content; however, the README instructs running local CLI commands (such as `git fetch`, `git show`, and `az rest`), so if the host follows those instructions, it has normal local command-execution capability. No clearly excessive system permissions are evident from the material.
The documentation asks to read local `package.json` for version comparison and to query/modify Fabric workspaces, items, and alert definitions. This implies access to limited local files and the user's relevant Fabric resources. Based on the material, the access scope is broadly consistent with the stated functionality, with no obvious signs of overbroad authorization.
The source is a Microsoft GitHub open-source repository, with the system marking it as open-source and about 420 stars, which provides some auditability and community trust—both positive factors that lower risk. The missing license declaration and unknown maintenance status are worth noting, but they do not by themselves justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "activator-authoring-cli" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/skills-for-fabric/main/skills/activator-authoring-cli/SKILL.md 2. Save it as ~/.claude/skills/activator-authoring-cli/SKILL.md 3. Reload skills and tell me it's ready
Help me create a Microsoft Fabric Activator alert: when the order failure rate in Eventhouse exceeds 3% within 5 minutes, send a message to a Teams channel including the failure rate, time window, and data source name. Please provide the required configuration steps and executable commands.
Provides the alert design, trigger conditions, action setup, and executable REST API or az rest command examples.
Please help me modify an existing Fabric Reflex rule: change the email notification threshold from inventory below 20 to below 50, and add an action to run a specified Fabric pipeline when triggered. Explain which fields need updating and provide the commands.
Provides the rule update plan, revised condition and action definitions, and example API calls to update the rule.
My Fabric Activator alert did not trigger as expected. Please help me troubleshoot it: check the event source connection, filter conditions, threshold settings, notification actions, and related configuration, then provide fixes and validation steps.
Provides a step-by-step troubleshooting checklist, likely causes, fix commands or configuration recommendations, and ways to verify the alert works again.
Update Check — ONCE PER SESSION (mandatory) The first time this skill is used in a session, run the check-updates skill before proceeding.
- GitHub Copilot CLI / VS Code: invoke the
check-updatesskill (e.g.,/fabric-skills:check-updates).- Claude Code / Cowork / Cursor / Windsurf / Codex: read the local
package.jsonversion, then compare it against the remote version viagit fetch origin main --quiet && git show origin/main:package.json(or the GitHub API). If the remote version is newer, show the changelog and update instructions.- Skip if the check was already performed earlier in this session.
CRITICAL NOTES
- To find the workspace details (including its ID) from workspace name: list all workspaces and, then, use JMESPath filtering
- To find the item details (including its ID) from workspace ID, item type, and item name: list all items of that type in that workspace and, then, use JMESPath filtering
| Task | Reference | Notes |
|---|---|---|
| Finding Workspaces and Items in Fabric | COMMON-CLI.md § Finding Workspaces and Items in Fabric | Mandatory — READ link first [needed for workspace/item ID resolution] |
| Authentication & Token Acquisition | COMMON-CORE.md § Authentication & Token Acquisition | Wrong audience = 401 |
| Authentication Recipes | COMMON-CLI.md § Authentication Recipes | Use the shared az login / token guidance from common docs |
| Core Control-Plane REST APIs | COMMON-CORE.md § Core Control-Plane REST APIs | List Workspaces, List Items, Item Creation |
| Long-Running Operations (LRO) | COMMON-CORE.md § Long-Running Operations (LRO) | Create, getDefinition, updateDefinition may return 202 |
| Fabric Item Definitions | ITEM-DEFINITIONS-CORE.md § Definition Envelope | Base64-encoded parts structure |
Fabric Control-Plane API via az rest | COMMON-CLI.md § Fabric Control-Plane API via az rest | Always pass --resource https://api.fabric.microsoft.com |
| LRO Pattern | COMMON-CLI.md § Long-Running Operations (LRO) Pattern | Poll 202 responses |
| Entity Types, Sources & Views | source-types.md | Entity envelope, source entities, and timeSeriesView-v1 variants |
| Eventstream Source | eventstream-source.md | Push-source workflow: create Eventstream sink first, then extend the discovered Activator entities |
| KQL Source | kql-source.md | KQL source schema, time-axis support, design guidance |
| Digital Twin Builder / Ontology Source | dtb-source.md | DTB / ontology source schema, JSON-string query payloads, snapshot vs time-axis guidance |
| Real-time Hub Source | real-time-hub-source.md | Real-time Hub source schema, workspace event types |
| Rule Conditions | rule-conditions.md | Rule template structure, detection conditions, aggregation, time windows, occurrence options, enrichments |
| Action Types | action-types.md | TeamsMessage, EmailMessage, FabricItemInvocation action schemas |
| Tool | Purpose |
|---|---|
| az CLI | Fabric authentication and REST API token acquisition |
| curl | Header-aware Fabric REST calls through the shared fabric_lro helper |
…
Query Fabric Eventhouse data, analyze time series, and monitor ingestion health.
List, inspect, and validate Microsoft Fabric Eventstream topology and configuration.
Ask natural-language questions about Power BI reports and get business answers.
Run read-only T-SQL queries on Fabric warehouse and lakehouse data.
Migrate Azure Synapse Spark workloads to Microsoft Fabric with code replacements.
Author and manage Fabric Dataflows Gen2 with preview and refresh via CLI.
Inspect Fabric alerts, notifications, and automated actions via read-only API calls.
Check skill marketplace updates and view version changes and changelogs.
Send notifications from your AI agent via email, Slack, Discord, or webhooks.
Turn a repeated workflow into a reusable skill file from the current session.
Create or update skills that extend Codex with knowledge, workflows, and tools.
Create, update, and publish Microsoft Fabric Eventstream topologies via REST APIs.