powerbi-dashboard-review

powerbi-dashboard-review is a skill for Claude Code from HamadYMarafi/powerbi-agent-mcp. It costs 105 tokens per session (1,456 once invoked), scanned A, original, MIT.

A read-only review process for Power BI and Microsoft Fabric reports. Power BI and Fabric are Microsoft tools for building reports and dashboards from business data.

In plain words
What is it for?
Use it to review dashboard pages through executive, trading, and finance perspectives, check the underlying visual queries, capture report states, and produce findings with a change plan.
Why use it?
It looks for reports that are numerically correct but misleading, unclear, or unsuitable for directors and chief executives before they see them.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the powerbi-agent plugin — 3 skills shipped together

Good fit Use it to review dashboard pages through executive, trading, and finance perspectives, check the underlying visual queries, capture report states, and produce findings with a change plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hamadymarafi/powerbi-agent-mcp/powerbi-dashboard-review
Install

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.

Any agent
npx skills add HamadYMarafi/powerbi-agent-mcp --skill powerbi-dashboard-review
Clone the repo
git clone --depth 1 https://github.com/HamadYMarafi/powerbi-agent-mcp

Made for: Claude Code.

Or install powerbi-agent, the plugin that ships this one along with the rest of its 3 skills.

Wrote 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.

agentmods badge for powerbi-dashboard-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/hamadymarafi/powerbi-agent-mcp/powerbi-dashboard-review/github.svg)](https://agentmods.dev/skills/hamadymarafi/powerbi-agent-mcp/powerbi-dashboard-review)
Your own site
<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.

agentmods 80×15 button for powerbi-dashboard-review

Your own site · 80×15
<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>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,456 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash d1ac23845920, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

skills/powerbi-dashboard-review/SKILL.md · 94 lines

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

  1. 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.
  2. 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.
  3. 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.md 2.6, 2.8 — capacity etiquette applies to a review too).
  4. 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_sees is the discipline: it forces a quote of the screen, not the JSON. The questions each seat asks in its first ten seconds:

Read the full file on GitHub · 94 lines

Changes

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.

  1. 12d ago First seen · 94 lines · 105 tokens per session scan A d1ac23845920

Subscribe to this mod's changes

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.

Related

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…

mckinsey/vizro · 71 tokens

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…

mckinsey/vizro · 86 tokens

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.

mckinsey/vizro · 66 tokens

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…

mckinsey/vizro · 78 tokens

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.

mckinsey/vizro · 58 tokens

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.

mckinsey/vizro · 65 tokens