Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Run the full Kubernetes Operator audit (CRD + reconcile + capability) on the current repo
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -40% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 19% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -36% | 0% |
Run the full audit on a Kubernetes Operator repository:
/operator-audit
/operator-audit --operator-dir ./my-operator
/operator-audit --crd-dir ./config/crd --controller-dir ./controllersbashSKILL=engineering/kubernetes-operator/skills/kubernetes-operator DIR="${OPERATOR_DIR:-.}" echo "## CRD validation" python "$SKILL/scripts/crd_validator.py" --crd "$DIR/config/crd" || true echo "" echo "## Reconcile lint" python "$SKILL/scripts/reconcile_lint.py" --controller "$DIR/controllers" || python "$SKILL/scripts/reconcile_lint.py" --controller "$DIR/internal/controller" || true echo "" echo "## Capability audit" python "$SKILL/scripts/operator_capability_audit.py" --operator-dir "$DIR"
A markdown report with:
controllers/ or internal/controller/config/crd/ (kubebuilder layout)kubernetes-operator skill installedOther measured skills in the registry, with their headline benchmark lift.