This one actually connects to your Power BI models through the MCP server and audits them against Microsoft's best practices. It checks whether you've got proper star schema design, validates relationships and cardinality, flags missing descriptions on tables and measures, and catches common mistakes like bidirectional filters everywhere. Before suggesting any changes, it pulls the current model state and gives you specific DAX code for measures, relationship configurations, and RLS setup. The workflow is solid: connect, analyze what's wrong, then guide you through fixes with actual operations you can run.
npx skills add https://github.com/github/awesome-copilot --skill powerbi-modeling