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 HamadYMarafi/powerbi-agent-mcp --skill powerbi-dashboard-reviewgit clone --depth 1 https://github.com/HamadYMarafi/powerbi-agent-mcpWrote 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/hamadymarafi/powerbi-agent-mcp/powerbi-dashboard-review)<a href="https://agentmods.dev/skills/hamadymarafi/powerbi-agent-mcp/powerbi-dashboard-review"><img src="https://agentmods.dev/badge/skills/hamadymarafi/powerbi-agent-mcp/powerbi-dashboard-review/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/hamadymarafi/powerbi-agent-mcp/powerbi-dashboard-review"><img src="https://agentmods.dev/badge/skills/hamadymarafi/powerbi-agent-mcp/powerbi-dashboard-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00105 | $0.01456 |
| Opus 5 | $0.00053 | $0.00728 |
| Sonnet 5 | $0.00021 | $0.00291 |
| Haiku 4.5 | $0.00011 | $0.00146 |
Grade A, and why
powerbi-dashboard-review 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.
How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Power BI dashboard review
Find what is wrong with a report before a director does. Arithmetically
correct numbers that still tell a false story are the whole reason this skill
exists — docs/reference/PLAYBOOK.md 1.1. The reviewer is read-only: it
produces a findings table and a change plan, and never edits or deploys.
Procedure
- Write one shared brief before anything else: what the report is, who
reads it and who has seen it, a digest of what each visual really
queries — read out of the PBIR JSON via
get_report_definition, not out of visual titles — what is on screen today as plain text, the facts already established from the model with every hypothesis marked as one, the hard constraints (model read-only, no refresh, theme locked or open, "the audience will not touch a slicer"), and what has already been fixed. Give every lens in step 4 this same brief, so disagreement is about meaning, not data. capture_pages(target, out_dir, ...)for every page in its default state first — nothing clicked, because for an executive report the default state is the product. Then repeat for each slicer pick and the reset button. Do not skip straight to slicer states; the default-state screenshots are what most readers actually see.- Pull ground truth with one batched
run_dax(query, ...)— latest traded day, week-to-date, year-to-date, last year same weekday, budget, per channel. One query, not one per number (docs/reference/PLAYBOOK.md2.6, 2.8 — capacity etiquette applies to a review too). - Run five lenses over the same brief, screenshots and ground truth,
each returning a one-paragraph verdict plus findings in this record:
id · title · page · severity · lenses · what_exec_sees · why_it_matters · proposed_change · effort · evidence · theme.what_exec_seesis the discipline: it forces a quote of the screen, not the JSON. The questions each seat asks in its first ten seconds:
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 · 94 lines · 105 tokens per session scan A d1ac23845920
powerbi-dashboard-review is a skill published in the GitHub repository HamadYMarafi/powerbi-agent-mcp (1 stars, last pushed 14d ago), licensed MIT. It adds 105 tokens to every session and 1,456 once invoked, about $0.0005 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-31.
Other skills, from other repositories
dashboard-design
Use this skill first when the user wants to design or plan a dashboard, especially Vizro dashboards. Enforces a 3-step workflow (requirements, layout, visualization) before implementation. Activate when the user asks to create, design, or plan a dashboard. For implementation, use the dashboard-build skill after…
wiring-vizro-actions
Use this skill when adding cross-filter, cross-highlight, drill-through, or data export interactions to a Vizro dashboard — both for choosing the right interaction pattern during design and for implementing actions in code. Activate when the user wants clicks on a chart or table to filter or highlight other charts…
writing-vizro-yaml
Use this skill when writing or debugging Vizro YAML dashboard configurations — component syntax, datamanager registration, custom function wiring, filter/parameter setup, or AG Grid tables. Activate when the user is building a Vizro app, encountering YAML or runtime errors, or asking about Vizro component patterns.
selecting-vizro-charts
Use this skill when choosing chart types, applying Plotly Express conventions, configuring colors, building KPI cards, or adding tables (AG Grid) to Vizro dashboards. Activate when the user asks which chart fits their data, needs custom chart functions, wants to set colors or palettes, is creating KPI metric cards, or…
designing-vizro-layouts
Use this skill when designing or building Vizro dashboard layouts — grid configuration, component sizing, filter/parameter placement, selector types, or container patterns. Activate when the user is creating wireframes, defining page structure, placing controls, or sizing charts.
dashboard-build
Use this skill to build, implement, and test Vizro dashboards (Phase 2). Activate when the user wants to create a working app, says "just build it", or has data ready for implementation. Requires spec files from the dashboard-design skill (Phase 1), or user confirmation to skip design.