What problem does it solve? Generated artifacts in this monorepo (CRDs, RBAC, Helm chart files, the installer, the OLM bundle, generated Go clients) drift out of sync with their sources, causing CI drift-check failures and stale committed files that are hard to diagnose. ## Core Features & Use Cases - Artifact regeneration: Force regeneration of kubebuilder manifests, the consolidated installer, the Helm chart sync, the OpenShift/OLM bundle, operator and CSI binaries, and the atlas generated client. - Drift diagnosis: Map symptoms (missing CRD fields, RBAC denials, webhooks not firing) to the exact stale artifact and the command that fixes it, verified the same way CI does with git diff --exit-code. - Trap avoidance: Warns about side effects like kustomization.yaml mutations, unpinned kustomize in the bundle target, and file-target staleness in atlas-lib. - Use Case: A CI drift check fails after editing a kubebuilder marker; use this Skill to identify the stale artifact, regenerate it, verify with git diff, and commit the result. ## Quick Start Regenerate the operator manifests and Helm chart, then verify there is no remaining diff the way CI checks it.