Runs Azure CLI commands in a terminal. Use this skill when you need to execute az CLI commands such as checking authentication, querying Log Analytics, managing deployments, or inspecting Azure resources.
80
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Execute the PowerShell script at scripts/runAzCommand.ps1 (relative to this skill's directory) by passing the az CLI command as a parameter:
.\scripts\runAzCommand.ps1 -Command "<az command>"The script validates the command against allowed prefixes and safety restrictions before executing it. If validation fails, the script exits with an error message.
If the command returns an authentication error, ask the user to run az login before continuing.
fd26ba7
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.