Install
$ agentstack add skill-luccapinto-agentic-data-kit-pbi-quality-rules ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
-Aruns the BPA with the given rules;-Vwrites violations to the console
(and sets a non-zero exit code on error-severity hits — useful in CI).
- The cross-platform
teCLI (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
- Run after large model edits / refactors, or on demand.
- Show errors first; for each
error, offer an immediate fix. Forwarning, 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.
- Author: luccapinto
- Source: luccapinto/agentic-data-kit
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.