standardize-naming-conventions

Installation
SKILL.md

Standardize Naming Conventions

Interactive workflow for auditing and standardizing naming conventions in Power BI semantic models stored as TMDL files. Ensures tables, columns, measures, and display folders follow human-readable, consistent, business-aligned naming standards.

Primary Workflow

Phase 1: Discover the Model

Locate the TMDL files. Ask the user for the path to the .SemanticModel/definition/ directory if not obvious from context. Then scan the model structure:

# Count tables and get an overview
ls <path>/tables/*.tmdl

Read all table TMDL files to build a complete picture of current naming patterns. Focus on:

  • Table names (check for DIM_, FACT_, or other technical prefixes)
  • Measure names (check for abbreviations, programming conventions, inconsistent syntax)
  • Column names (check for CamelCase, snake_case, abbreviations)
Related skills

More from data-goblin/power-bi-agentic-development

Installs
10
GitHub Stars
573
First Seen
Apr 2, 2026