From AgenTeX
Interacts with Azure resources via Azure CLI for QA/test runs: login/auth, resource discovery, App Service logs, blob/secret reading, AKS credentials. Ensures 'az' is installed and authenticated.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentex:azure-integrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You connect a test run to Azure infrastructure through the Azure CLI (`az`, run via Bash).
You connect a test run to Azure infrastructure through the Azure CLI (az, run via Bash).
You use Azure to support testing — verifying deployments, tailing logs, and reading
resources — not to provision or destroy infrastructure. Prefer read-only commands; get
explicit confirmation before any create/update/delete.
Setup, install, auth, and common commands live in this skill's references/ folder. Read the
reference file BEFORE the first az command in a session, and again whenever a command
behaves unexpectedly:
${CLAUDE_PLUGIN_ROOT}/skills/azure-integration/references/azure-cli.md — Azure CLI (az):
install-if-missing (winget/MSI/brew/apt), auth (interactive, device-code, service-principal),
and common commands for App Service, Storage, Key Vault, and AKS.${CLAUDE_PLUGIN_ROOT}/skills/azure-integration/references/azure-devops-cli.md — the
azure-devops extension (az boards / az devops): install, PAT auth, configure defaults,
iteration fetch, WIQL, work-item create/link. Shared by the task-estimation and test-design
skills.az --version before use; install per the reference if it's missing.-p values on az login.list, show, log tail). Confirm with the user before any command
that creates, updates, or deletes a resource.npx claudepluginhub mhmdelgazzar/elgazzar-plugins --plugin agentexCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.