Fabric Data Agent Remediate
Decision-tree diagnosis for Microsoft Fabric Data Agent: tenant settings, XMLA, query failures, publishing.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 380340e
Ran a real broken-link check: the SKILL.md's own Quick Diagnosis Workflow and References section both point to './references/query-remediate.md', but the file actually shipped in the repo is 'query-troubleshooting.md' — a dead internal link an agent has to work around by listing the directory. Content itself (once found) is genuinely specific: the preview-limitations table (English-only, 100-example-query cap, conversation history resets) beats generic troubleshooting advice.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 4/5
What Fabric Data Agent Remediate does
Structured troubleshooting guide for Microsoft Fabric Data Agent (preview), covering tenant/Copilot settings, data source connectivity (lakehouse/warehouse/KQL/Power BI semantic models), NL2SQL/NL2DAX/NL2KQL query failures, publishing/sharing, and Azure AI Foundry integration. Triggers when a user needs to diagnose a Fabric data agent that won't create, returns empty/wrong results, fails XMLA connections, or hits cross-region capacity errors.
How to install Fabric Data Agent Remediate
git clone https://github.com/PatrickGallucci/fabric-skills
cd fabric-skills
mkdir -p ~/.claude/skills
cp -r skills/fabric-data-agent-remediate ~/.claude/skills/fabric-data-agent-remediate
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Fabric Data Agent Remediate
-
/fabric-data-agent-remediateDecision-tree diagnosis for Microsoft Fabric Data Agent: tenant settings, XMLA, query failures, publishing.
It also activates on plain-language prompts like these:
-
My Fabric Data Agent connects to the lakehouse but returns empty results -
Diagnose why our Fabric Data Agent's XMLA connection keeps failing -
Troubleshoot NL2SQL query failures in Microsoft Fabric Data Agent
Frequently asked questions
- Is the Fabric Data Agent Remediate skill free?
- Yes. The skill itself is free from PatrickGallucci/fabric-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Fabric Data Agent Remediate work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Ran a real broken-link check: the SKILL.md's own Quick Diagnosis Workflow and References section both point to './references/query-remediate.md', but the file actually shipped in the repo is 'query-troubleshooting.md' — a dead internal link an agent has to work around by listing the directory. Content itself (once found) is genuinely specific: the preview-limitations table (English-only, 100-example-query cap, conversation history resets) beats generic troubleshooting advice.
- What is the Fabric Data Agent Remediate SkillProof Score?
- 8.4/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
- How do I install Fabric Data Agent Remediate?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Fabric Data Agent Remediate with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.