Fabric
Project-local Agent Skills, Pi package, prompts, and guardrails for agentic Power BI / Business Analytics development
npx -y skills add gustavonline/agentic-powerbi --skill fabricAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use Microsoft Fabric CLI for Power BI Service/Fabric workspaces, reports, semantic models, import/export, refresh, deployment, and item checks.
SKILL.md
0.9 KB, as published. Nobody here has run it
Fabric CLI Workflow
Use this skill when working with Power BI Service or Microsoft Fabric.
First checks
fab --version
fab auth status
fab ls
If not logged in, ask the user to run:
fab auth login
Path format
WorkspaceName.Workspace/ItemName.ItemType
Examples:
fab ls "Sales.Workspace" -l
fab exists "Sales.Workspace/Sales Model.SemanticModel"
fab open "Sales.Workspace/Sales Report.Report"
Safety
- Verify workspace and item before changing it.
- Ask before import/export overwrite, publish, move, delete, or permission changes.
- Use
-fonly when the user accepts the overwrite/sensitivity-label implications. - Record exact commands run.