mcpbeat

Skill Aks Health

microsoft/skill-aks-health

[Skill] aks, aks health, cluster health, node pool, activity logs - Inspect Koji AKS cluster health, node pool status, autoscaling, activity logs, deployment failures, and Azure control-plane operations.

353 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
5305
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/azurelinux --skill skill-aks-health

The instruction itself

4 sections, as written by the author

Koji AKS Cluster Health

Tools

| Tool | Purpose |

|------|---------|

| aks_cluster_get | List/get AKS cluster details and provisioning state |

| aks_nodepool_get | List/get node pool status, VM size, scaling config |

| monitor_activitylog_list | Azure control-plane operations and failures |

AKS node pools

The Koji AKS cluster has four node pool types:

| Pool | Purpose |

|------|----------|

| System | Core K8s services (coredns, metrics-server) |

| Infra | Koji hub, web, kojira, jobs |

| Builder (x86_64) | x86_64 build workers |

| Builder (arm64) | ARM64 build workers |

Use aks_nodepool_get to discover current VM sizes and scaling configuration. Builder pools use autoscaling with a configurable maximum node count (check your AKS deployment or IaC configuration for the exact value and defaults).

Activity logs

Use monitor_activitylog_list to check for:

  • Failed deployments or provisioning errors
  • Scale-up/scale-down events on node pools
  • Resource modification operations
  • RBAC or permission-related failures

Set hours to scope the time window (e.g., 12 or 24).

How to use it

Copy the folder

Take microsoft/skill-aks-health from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.