How to use
these skills.

Each skill is a runbook written so an agent can follow it: the checks, the commands, and the failure modes already spelled out. Start with the health check if you are new to the lab, otherwise skip to whatever is blocking you today. The prompt is a starting point, not the finished skill.

v1.4 Jun 2026

VCF Health Check

Walks a VMware Cloud Foundation instance end to end and reports what is actually wrong, in the order it needs fixing. It reads the same whether a person or an agent is following it: every check names the command it runs, the value that counts as healthy, and what to do when it is not.

Why build it

The information you need after a bad night is spread across four consoles, and the order you check them in is the difference between twenty minutes and two hours. Writing the order down once means it survives being tired, and an agent can run the first pass before you have finished making coffee.

What you need

Read access to SDDC Manager, vCenter and NSX Manager, and a known-good config export to diff against.

The runbook
01 Confirm SDDC Manager, vCenter and NSX Manager are reachable and on the versions you expect.
02 Pull certificate expiry for every management endpoint and flag anything inside 30 days.
03 Check cluster capacity against the host-failure reserve you actually need, not the default.
04 Diff NSX transport zone and segment config against the last known-good export.
05 Summarise findings highest-risk first, with the command that fixes each one.
git clone https://github.com/peteha/skills.git
cp -r skills/vcf-health-check ~/.skills/