/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 Implementation Output A markdown report with: - CRD findings per file: FAIL / WARN / PASS for each check - Reconcile findings : line-numbered anti-patterns - Current capability level + concrete advancement steps Pre-conditions - Run from a Kube…