az

Verify Azure CLI identity and context before managing AKS clusters.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/nist0/CoDev --skill az-nist0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: az
Source: https://github.com/nist0/CoDev/tree/main/.github/skills/az
Command: npx skills add https://github.com/nist0/CoDev --skill az-nist0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires az, kubectl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complexities of Azure CLI operations, ensuring identity and context safety, and managing AKS operations effectively.

Core Features & Use Cases

  • Identity and Context Safety: Confirm current subscription and cluster context before operations.
  • Resource Discovery: Enumerate resource groups and resources for better management.
  • AKS Operations: Provide essential commands for cluster credentials, scaling, and node pool management.
  • Failure Buckets: Checklists for troubleshooting common issues like subscription errors, RBAC, and network policies.
  • Safe Operations Principles: Follow best practices for read-only commands, rollback plans, and context verification.

Quick Start

Use the az skill to ensure identity and context safety before performing any Azure CLI operation.

Frequently Asked Questions about az

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify my Azure CLI subscription and cluster context before running AKS operations?

Verify Azure CLI subscription and cluster context by running identity and context safety checks before executing AKS operations. This Skill enforces safe operations by confirming the current subscription and target cluster context, preventing accidental infrastructure modifications.

What is the best way to enumerate resource groups and resources for Azure infrastructure management?

Enumerate resource groups and resources for Azure infrastructure management using built-in resource discovery commands. This Skill provides scripts and references to list Azure resources, ensuring better visibility and operational oversight across your cloud environment.

Does this Skill require both Azure CLI and kubectl to manage AKS node pools?

Yes, managing AKS node pools requires both Azure CLI and kubectl dependencies. This Skill leverages these tools to provide essential commands for retrieving cluster credentials, scaling clusters, and managing node pools within Kubernetes workflows.

How do I troubleshoot common Azure CLI subscription errors and RBAC issues?

Troubleshoot Azure CLI subscription errors and RBAC issues using provided failure bucket checklists. This Skill outlines specific troubleshooting steps for common problems including subscription mismatches, RBAC permission failures, and network policy constraints.

Can I use this Skill to safely execute read-only Azure CLI commands with rollback plans?

Yes, you can safely execute read-only Azure CLI commands with rollback plans. This Skill follows safe operations principles, prioritizing read-only command execution, context verification, and maintaining rollback plans to prevent unintended infrastructure changes.