openshift-online/agent-control-plane
Agent Claude Code
Runs all convention checks across the full codebase and produces a scored alignment report. Dispatched by the /align skill.
openshift-online/agent-control-plane
Agent Claude Code
Runs all convention checks across the full codebase and produces a scored alignment report. Dispatched by the /align skill.
openshift-online/agent-control-plane
Agent Claude Code
Review Kubernetes operator code for convention violations. Use after modifying files under components/ambient-control-plane/. Checks for OwnerReferences, SecurityContext, reconciliation patterns, resource limits, and panic usage.
openshift-online/agent-control-plane
Agent Claude Code
Review Python runner code for convention violations. Use after modifying files under components/runners/ambient-runner/. Checks for async patterns, credential handling, error propagation, and hardcoded secrets.
openshift-online/agent-control-plane
Agent Claude Code
Cross-cutting security review for code touching auth, RBAC, tokens, or container specs. Use before committing any code that handles authentication, authorization, credentials, or security contexts.
openshift-online/agent-control-plane
Skill Claude CodeCodex
Use when creating or updating Gerrit changes — pushing code for review, amending patch sets, setting reviewers and topics. Triggers on "push to Gerrit", "create a Gerrit change", "upload for review", "update the patch set", "add reviewers to this change".
openshift-online/agent-control-plane
Skill Claude CodeCodex
Use when reviewing a Gerrit change — fetching change details, reading diffs, posting inline comments, and voting with labels. Triggers on "review this Gerrit change", "review change 12345", "look at this Gerrit CL", "code review on Gerrit".
openshift-online/agent-control-plane
Skill Claude CodeCodex
Use when submitting or preparing a Gerrit change for merge — checking submit requirements, rebasing, resolving comments, and submitting. Triggers on "submit this Gerrit change", "merge this CL", "is this change ready to submit", "check submit requirements".
openshift-online/agent-control-plane
Hook Claude Code
Runs before the agent uses a tool for Bash, Edit and Write tool calls, executing pr-review-gate.sh and convention-guard.sh with --show-toplevel (2 commands). From openshift-online/agent-control-plane.
openshift-online/agent-control-plane
Hook Claude Code
Runs after a tool call finishes for Edit, Write and Bash tool calls, executing auto-format.sh and coderabbit-review-gate.sh with --show-toplevel (2 commands). From openshift-online/agent-control-plane.
openshift-online/agent-control-plane
Hook Claude Code
Runs when the agent finishes a response, executing stop-review.sh with --show-toplevel. From openshift-online/agent-control-plane.
openshift-online/agent-control-plane
Settings file Claude Code
Agent settings declaring 3 hook events (PreToolUse, PostToolUse, Stop).
openshift-online/agent-control-plane
MCP server Claude CodeCodexCursor +2
Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.
openshift-online/agent-control-plane
MCP server Claude CodeCodexCursor +2
Lets the agent read DeepWiki's AI-generated documentation of any public GitHub repository and ask questions about a codebase. Runs locally from the deepwiki-mcp npm package.
openshift-online/agent-control-plane
Instructions file CodexOpenCode
Instructions for openshift-online/agent-control-plane, a project described as: Agent control plane for managed OpenShift services.
openshift-online/agent-control-plane
Instructions file
Instructions for openshift-online/agent-control-plane, covering agent control plane, structure, key files, session flow and sdlc workflow.
openshift-online/agent-control-plane
Command Claude Code
Start a fresh PostgreSQL container and run all migrations. If a database already exists, this will tear it down first.
openshift-online/agent-control-plane
Command Claude Code
Add a new field to an existing Kind, updating all layers consistently.
openshift-online/agent-control-plane
Command Claude Code
Generate a complete CRUD entity (Kind) using the automated generator script.
openshift-online/agent-control-plane
Command Claude Code
Completely remove a generated Kind and all its artifacts from the project.
openshift-online/agent-control-plane
Command Claude Code
Regenerate the Go client code from OpenAPI specifications. Run this after modifying any openapi/.yaml files.
openshift-online/agent-control-plane
Command Claude Code
Validate that this TRex-spawned project is in a healthy, working state. This command is idempotent — it succeeds if everything is already running and correct, and only fails if something is genuinely broken.
openshift-online/agent-control-plane
Command Claude Code
Build and start the API server with authentication and authorization disabled for local development.
openshift-online/agent-control-plane
Command Claude Code
Run integration tests against a real PostgreSQL database (provisioned automatically via testcontainers).
openshift-online/agent-control-plane
Command Claude Code
Run unit tests against the package and command code (no database required).