Claude
Skills
Sign in
Back

gitops-drift

Included with Lifetime
$97 forever

Detect drift between git manifests and what's deployed in clusters

General

What this skill does


## Your task

Compare a git repository against cluster state to find configuration drift.

1. Ask the user for the git repository URL (if not specified via arguments)
2. Use `detect_drift` to compare git manifests against cluster state
3. Present findings showing:
   - Missing resources (in git but not in cluster)
   - Modified resources (differ between git and cluster)
   - Specific field differences

### Parameters

- `repo`: Git repository URL (required)
- `path`: Path within repo (optional)
- `branch`: Branch name (default: main)
- `clusters`: Target clusters (all if not specified)

### Examples

- "Are my clusters in sync with git?"
- "Check for drift from github.com/myorg/manifests"
- "What's different between git and production?"
- "Find configuration drift in my clusters"

Do not use any other tools besides the kubestellar-deploy MCP tools.

Related in General