Microsoft Dataverse plugin for coding agents, covering record CRUD, bulk data operations, advanced queries, schema and metadata, administration, security, environment management, and solution lifecycle through MCP, CLI, and SDK workflows.
Environment-level Dataverse administration — bulk delete, retention/archival, organization settings, OrgDB settings, recycle bin, audit, and the 37 allowlisted PPAC toggles. Use when the user wants to clean up data at scale, configure audit, change environment settings, manage retention policies, or list/cancel ERP…
Dataverse schema authoring and inspection — tables, columns, relationships, forms, and views. Use when the user wants to define, evolve, or inspect the data model — add a column, create a table, set up a lookup, customize a form, build a view, or list existing columns and relationships.
Foundational cross-cutting context for Dataverse / Power Platform work — scope and the skill map, the tool-capability reference, the safety rules, and the safe change lifecycle. Use when the user mentions Dataverse, Dynamics 365, Power Platform, CRM, or ERP; load this first for orientation. Specialist skills…
Instructions for microsoft/Dataverse-skills, covering claude.md — dataverse skills plugin, what this repo is, before committing, skill authoring rules and python only.
73 tools for Microsoft Dataverse: CRUD, FetchXML, metadata, audit, batch, role privileges and more. Runs locally from the mcp-dataverse npm package. Needs 2 environment variables to run.
Drive the PowerAppsControl MCP server to UX-test a Power App end to end: open and verify an app URL, let the user choose a mode (smoke test = in-depth read-only exploration that produces a repeatable natural-language test plan; or run my test plan), then run it in a recorded session and produce a video + HTML report…
You are an adversarial reviewer. You receive an investigation summary and a set of constraints/decisions. Your job is to find blind spots, flawed assumptions, and missing considerations.
You are an impartial code reviewer. You receive ONLY the diff, the Constitution, and relevant spec ACs. You have NO implementation context — no plan, no task description, no "what we were trying to do.".
Runs after a tool call finishes for Bash(git worktree remove:*) tool calls, executing worktree-safety.py via python. From joshsmithxrm/power-platform-developer-suite.
Building or modifying VS Code webview panels and multi-surface panel features. Use when creating new panels, adding features to existing panels, designing panel architecture across Extension/TUI/MCP/CLI.
QA — Three-Agent Blind Verification. Use when making code changes that need product-level validation — after implementation, after fix rounds, before PRs. Dispatches agents that test the running product without seeing source code.
Cut a PPDS release — CHANGELOG refresh, version bump, tag push sequence, CI monitoring, post-publish verification. Use when preparing a new prerelease or stable release across CLI, TUI, MCP, Extension, and NuGet libraries.