Report
Project-local Agent Skills, Pi package, prompts, and guardrails for agentic Power BI / Business Analytics development
npx -y skills add gustavonline/agentic-powerbi --skill reportAssembled 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
Design and edit Power BI PBIR reports: pages, visuals, themes, filters, layout, bindings, and validation. Prefer pbir CLI when available.
SKILL.md
1.0 KB, as published. Nobody here has run it
PBIR Report Work
Preferred tool workflow
pbir tree "Report.Report" -v
pbir backup "Report.Report" -m "Before edits"
pbir validate "Report.Report" --all
Use direct JSON editing only when the change is small and the structure is clear.
Design rules
- One page = one business question.
- KPI row at top, explanation in middle, detail at bottom.
- Prefer theme-level formatting over per-visual formatting.
- Use consistent colors with business meaning.
- Avoid too many slicers; use filter pane for secondary filters.
- Add text that explains the insight and recommended action.
PBIR safety
- JSON must be valid.
- Page/visual folder names should avoid spaces and punctuation.
- Folder name and JSON
nameshould match. - Ask before deleting pages/visuals or bulk formatting.
- Validate after edits.