Investigates users, security roles, teams, queues, and permissions in Dynamics 365. Handles queries like 'who has access to...', 'what roles does X have?', 'compare roles', or 'show users'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dynamics365-dataverse:security-auditThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user has a question about users, security, or permissions in Dynamics 365.
The user has a question about users, security, or permissions in Dynamics 365.
Argument provided: $ARGUMENTS
Select environment — call list_environments, ask the user, call select_environment.
Determine the investigation type:
find_users with the name/emailget_user_roles → what security roles they haveget_user_teams → what teams they belong toget_user_queues → what queues they ownlist_security_roles (with optional filter)list_security_roles to find the role GUIDget_role_privileges for that rolelist_security_rolescompare_role_privileges with both IDsget_current_user (WhoAmI)prv prefix)prvCreate{Entity}, prvRead{Entity}, prvWrite{Entity}, prvDelete{Entity}, prvAppend{Entity}, prvAppendTo{Entity}, prvAssign{Entity}, prvShare{Entity}npx claudepluginhub nickmeron/dataverse-mcp-serverGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.