AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Pbi Quality Rules

skill-luccapinto-agentic-data-kit-pbi-quality-rules · by luccapinto

Validate a Power BI semantic model with the real Best Practice Analyzer (BPA) via the free Tabular Editor 2 CLI, using a shareable BPA rules file.

— No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add skill-luccapinto-agentic-data-kit-pbi-quality-rules

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-luccapinto-agentic-data-kit-pbi-quality-rules)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Pbi Quality Rules? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill: pbi-quality-rules

Run the Best Practice Analyzer (BPA) — the industry-standard model linter — against a PBIP semantic model. This skill uses the real BPA engine from Tabular Editor 2 (free, open source) instead of a homegrown checker, so results match what Power BI developers expect and the rules are portable.

Rule set

bpa-rules.json (next to this file) holds the team's BPA rules in Tabular Editor's native format (ID, Name, Category, Severity, Scope, Expression in Dynamic LINQ over the TOM). Severity: 3 = error, 2 = warning, 1 = info. Edit this file to add or tune rules; it loads directly into Tabular Editor's BPA UI too.

Primary path — Tabular Editor 2 CLI (recommended)

Requires Tabular Editor 2 (free). Desktop should be closed so disk reflects the latest state.

# Windows (TabularEditor.exe on PATH). Point at the .SemanticModel folder (TMDL) or model.bim.
TabularEditor.exe "Sales.SemanticModel" -A ".agent/skills/pbi-quality-rules/bpa-rules.json" -V
  • -A runs the BPA with the given rules; -V writes violations to the console

(and sets a non-zero exit code on error-severity hits — useful in CI).

  • The cross-platform te CLI (preview) accepts the same rules file if installed instead.

Parse the console output, then present errors and warnings only (omit info unless asked).

Fallback — no Tabular Editor installed

The kit stays usable without the tool. Parse the TMDL files directly and evaluate the same rules by hand: for each rule, read its Scope and Expression from bpa-rules.json and apply the equivalent check to the parsed objects (measures, tables, columns, relationships). This is less robust than the real BPA — say so, and recommend installing Tabular Editor 2 for accuracy.

Agent flow

  1. Run after large model edits / refactors, or on demand.
  2. Show errors first; for each error, offer an immediate fix. For warning, suggest but

don't force. Group by category so the report is scannable.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.