Operator Review banner
ambient-code ambient-code

Operator Review

Development community

Description

--- name: operator-review description: > Review Kubernetes operator code for convention violations. Use after modifying files under components/operator/. Checks for OwnerReferences, SecurityContext, reconciliation patterns, resource limits, and panic usage. tools: - Read - Grep - Glob - Bash --- # Operator Review Agent Review operator Go code against documented conventions. ## Context Load these files before running checks: 1. `specs/standards/control-plane/conventions.spec.md

Installation

Installs to ~/.claude/agents/ambient-code-platform-operator-review.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ambient-code/platform/HEAD/.claude/agents/operator-review.md -o ~/.claude/agents/ambient-code-platform-operator-review.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository