Microsoft Fabric Skills is a collection of reusable instructions and MCP systems that help AI assistants work with Microsoft Fabric workloads, APIs, queries, and operations. It is intended for users of GitHub Copilot CLI and compatible coding tools; the catalogue entries are the skills, agents, instructions, MCP systems, plugins, and rules distributed by the project.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add microsoft/skills-for-fabric --skill powerbi-report-authoringgit clone --depth 1 https://github.com/microsoft/skills-for-fabricWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/microsoft/skills-for-fabric/powerbi-report-authoring)<a href="https://agentmods.dev/skills/microsoft/skills-for-fabric/powerbi-report-authoring"><img src="https://agentmods.dev/badge/skills/microsoft/skills-for-fabric/powerbi-report-authoring/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/microsoft/skills-for-fabric/powerbi-report-authoring"><img src="https://agentmods.dev/badge/skills/microsoft/skills-for-fabric/powerbi-report-authoring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk pass
- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 381 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00183 | $0.08404 |
| Opus 5 | $0.00092 | $0.04202 |
| Sonnet 5 | $0.00037 | $0.01681 |
| Haiku 4.5 | $0.00018 | $0.00840 |
Grade A, and why
powerbi-report-authoring scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- powerbi-report-authoring — 95% identical, 30 lines differ
How it starts
The opening of the file, as written. The whole thing — 412 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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
Power BI Report Authoring Skill (PBIR/PBIP Format)
This skill enables reading, editing, and creation of Power BI report definition files in the PBIR (Power BI Report) format used by PBIP (Power BI Project) files.
Must/Prefer/Avoid
MUST
- Use this skill only for concrete PBIR/PBIP report-file mechanics such as pages, visuals, filters, slicers, navigation, bookmarks, themes, formatting, validation, Desktop reloads, and screenshots.
- Validate PBIR with
powerbi-report-author validateafter each logical batch. - Use
powerbi-desktopreload/screenshot workflows for rendered-output changes. - Use CLI capability lookup before writing visual roles, formatting objects, enum values, selectors, or expression encodings.
PREFER
- Start from an approved
Design Brief:or_brief/report-spec.mdfor greenfield report builds. - Route visual-design uncertainty to
powerbi-report-designbefore writing files. - For semantic model metadata or model-side changes, use a semantic-model authoring skill, Power BI Modeling MCP, or local TMDL files when available.
AVOID
- Do not guess PBIR JSON from memory when CLI metadata or reference files are available.
- Do not use only this skill for open-ended design, report planning, or Fabric report item CRUD; pair it with
powerbi-report-design,powerbi-report-planning, orpowerbi-report-management.
Quick Start Workflow
- Plan/design routing → for greenfield builds, read
powerbi-report-planningfirst; for theming, visual style, layout, redesigns, or critiques, readpowerbi-report-design. Return here for PBIR mechanics. Before authoring, use theDesign Brief:yaml block from_brief/report-spec.md(or an approved inlineDesign Brief:block in the conversation) as implementation context. - Set up/update CLIs → before first use, confirm
powerbi-report-authorand the globalpowerbi-desktopcommand are available; see CLI Setup. - Understand the model → use the Semantic Model MCP Server/skill if available, or read TMDL files directly for table/column/measure names
- Desktop context → for live Desktop status, opening PBIP/PBIX files,
reloads, screenshots, or visual verification, use the
powerbi-desktopCLI from@microsoft/powerbi-desktop-bridge-cli; see Edit → Validate → Reload → Screenshot Loop. - Route by intent → use Topic Files and Examples to pick the relevant guide.
- Use CLI metadata → use Authoring Metadata & Validation CLI for exact visual roles, formatting objects, property names, enum values, and selector requirements; do not infer these from memory.
- Check common pitfalls → read Anti-Patterns and Pitfalls before editing or validating when the change touches visuals, bindings, filters, formatting, layout, or Desktop rendering.
- Validate → run
powerbi-report-author validate <path-to-.Report-dir>after every logical batch of PBIR changes; see Validation. - Verify rendering → for any rendered-output change, use
powerbi-desktopreload + screenshots; see Edit → Validate → Reload → Screenshot Loop and Screenshot Review. Do not proceed until both validation and visual review pass. For dashboard/report builds, page scaffolding is not completion — each requested page needs data-bound visuals. - Report back → give the user a concise summary of what was done and any issues encountered (major and minor).
What ships with it
23 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/authoring.md 9.1 KB
- references/card.md 21 KB
- references/cartesian.md 55 KB
- references/color-strategy.md 8.4 KB
- references/conditional-formatting.md 23 KB
- references/expressions.md 7.8 KB
- references/filter-pane.md 4.9 KB
- references/filters.md 8.8 KB
- references/formatting-overview.md 5.2 KB
- references/formatting.md 19 KB
- references/image.md 12 KB
- references/map.md 3.5 KB
- references/page-formatting.md 3.7 KB
- references/powerbi-desktop.md 9.2 KB
- references/powerbi-report-author-cli.md 3.1 KB
- references/re-theming.md 22 KB
- references/screenshot-review.md 4.6 KB
- references/shape.md 13 KB
- references/slicers.md 24 KB
- references/table.md 12 KB
- references/textbox.md 5.4 KB
- references/theming.md 22 KB
- references/version-control.md 5.4 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 412 lines · 183 tokens per session scan A 8a50310094ac
powerbi-report-authoring is a skill published in the GitHub repository microsoft/skills-for-fabric (1,147 stars, last pushed 2d ago), licensed MIT. It adds 183 tokens to every session and 8,404 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…