Skill Claude CodeCodex
Choose the right local verification steps before claiming a ROSA change is complete.
Skill Claude CodeCodex
Choose the right local verification steps before claiming a ROSA change is complete.
Cursor rule Cursor
Core ROSA repo guidance for agents working in this repository.
Cursor rule Cursor
AWS and ROSA product context for code touching AWS-facing behavior.
Cursor rule Cursor
Go and Cobra guidance for ROSA CLI command and package changes.
Cursor rule Cursor
Curated ROSA adaptation of 100 Go Mistakes for Go changes.
Cursor rule Cursor
Testing expectations, generated-file boundaries, and CLI structure contract.
Cursor rule Cursor
Documentation and review guidance for ROSA markdown and metadata changes.
Instructions file CodexOpenCode
Instructions for openshift/rosa, covering agents.md, repository scope, key reference files, docs index and codebase map.
Instructions file
Instructions for openshift/rosa.
Instructions file Gemini CLI
Instructions for openshift/rosa.
openshift/windows-machine-config-operator
Instructions file CodexOpenCode
Instructions for openshift/windows-machine-config-operator, covering agents.md, project overview, product overview, subscription requirements and entitlement validation.
openshift/windows-machine-config-operator
Instructions file
Instructions for openshift/windows-machine-config-operator, a project described as: Windows MCO for OpenShift that handles addition of Windows nodes to the cluster.
Instructions file CodexOpenCode
Instructions for openshift/service-ca-operator, covering ai agent instructions for service-ca-operator, what this repo is, repository layout, build and test commands and critical rules.
Instructions file
Instructions for openshift/service-ca-operator, covering service ca operator — ai assistant guidelines, build & test commands, build everything (operator binary + ote test binary), run unit tests and run a single unit test.
openshift/lightspeed-agentic-operator
Skill Claude CodeCodexCursor
Find functions with high cyclomatic complexity, excessive length, or too many parameters. Use when the user asks to find complex code, complexity hotspots, refactoring candidates, or wants to improve code maintainability.
openshift/lightspeed-agentic-operator
Skill Claude CodeCodexCursor
Find unused functions, types, constants, imports, and unreachable code paths. Use when the user asks to find dead code, unused code, cleanup candidates, or wants to reduce codebase size.
openshift/lightspeed-agentic-operator
Skill Claude CodeCodexCursor
Find code duplication in the codebase. Supports two modes - scoped to current branch changes or a full codebase sweep. Use when the user asks to find duplicated code, copy-paste, repeated patterns, or wants to deduplicate before a PR.
openshift/lightspeed-agentic-operator
Skill Claude CodeCodexCursor
Reviews Go code for idiomatic patterns, error handling, concurrency safety, and common mistakes. Use when reviewing .go files, checking error handling, goroutine usage, or interface design.
openshift/lightspeed-agentic-operator
Skill Claude CodeCodexCursor
Reviews Go test code for proper table-driven tests, assertions, and coverage patterns. Use when reviewing test.go files.
openshift/lightspeed-agentic-operator
Skill Claude CodeCodexCursor
Investigate CI/Prow job failures on a GitHub pull request. Use when the user pastes a PR URL and asks about CI failures, red checks, test failures, or wants to understand why a job failed.
openshift/lightspeed-agentic-operator
Skill Claude CodeCodexCursor
Performs a strict clean rebase of a feature branch onto main with minimal conflict resolution and full validation. Use when the user asks to rebase carefully, avoid extra branches, avoid exploratory edits, and run go test and go vet until green.
openshift/lightspeed-agentic-operator
Skill Claude CodeCodexCursor
Review PR with structured approach covering architecture, naming, patterns, and critical questions.
openshift/lightspeed-agentic-operator
Skill Claude CodeCodexCursor
After a code change, find affected tests, update them to match new behavior, then guide the user to run validation. Use when the user has made or asked for a code change and wants to make sure nothing is broken.
openshift/lightspeed-agentic-operator
Skill Claude CodeCodexCursor
Run the validation pipeline for this repo (go test, go vet, API kube linter) and auto-fix trivial failures like formatting and import issues. Use when the user asks to validate, run tests, check the pipeline, or verify changes are clean.