agentsclimarketplace

Validation

Skill gustavonline/agentic-powerbi/skills/validation

Project-local Agent Skills, Pi package, prompts, and guardrails for agentic Power BI / Business Analytics development

Install
npx -y skills add gustavonline/agentic-powerbi --skill validation

Assembled 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

Validate Power BI work before completion: PBIP structure, PBIR JSON, report binding, TMDL warnings, field references, rename cascades, and toolchain status.

SKILL.md

1.0 KB, as published. Nobody here has run it

Power BI Validation

Use this before saying a Power BI task is done.

Validation ladder

  1. Local structural validation:
node scripts/validate-pbip.mjs .
  1. PBIR validation when pbir is available:
pbir validate "Report.Report" --all
  1. Fabric/service checks when relevant:
fab auth status
fab exists "Workspace.Workspace/Model.SemanticModel"
  1. Rename cascade checks:
rg "Old Name|OldTable|OldMeasure" .

Report format

Validation run:
Blockers:
Warnings:
Files changed:
Remaining risks:

Common blockers

  • invalid JSON
  • broken definition.pbir binding
  • missing theme/resource files
  • page/visual folder-name mismatch
  • renamed fields still referenced in visuals
  • TMDL indentation or malformed descriptions

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.