Operator Audit banner
wanlugu wanlugu

Operator Audit

Security community

Description

--- description: Run the full Kubernetes Operator audit (CRD + reconcile + capability) on the current repo --- # /operator-audit Run the full audit on a Kubernetes Operator repository: 1. Validate every CRD YAML against operator-pattern best practices 2. Lint every Go controller's reconcile function for anti-patterns 3. Score the operator against OperatorHub Capability Levels (1-5) 4. Output a markdown report with pass/fail per check and concrete next steps ## Usage ``` /operator-audit /ope

Installation

Installs to ~/.claude/skills/wanlugu-my-claude-skills-operator-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/wanlugu-my-claude-skills-operator-audit && curl -fsSL https://raw.githubusercontent.com/wanlugu/my-claude-skills/HEAD/commands/operator-audit.md -o ~/.claude/skills/wanlugu-my-claude-skills-operator-audit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository