gitops-audit
Installation
SKILL.md
GitOps Audit Skill
Quick Start
GitOps audit verifies that your cluster state matches your git state by running three checks:
- Cluster Drift: Find resources in cluster that aren't in git
- Spec Drift: Find differences between git manifests and live cluster state
- Code Violations: Find hardcoded Kubernetes configs in application code
Run the audit:
/gitops-audit
Expected flow: