openshift/lightspeed-agentic-operator

An operator to load the Agentic Lightspeed features of OpenShif

10Stars on the repository
12Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

find-complexity

01

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.

10 2d ago A 46 tokens original Apache-2.0

find-dead-code

02

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.

10 2d ago A 44 tokens original Apache-2.0

find-duplication

03

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.

10 2d ago A 55 tokens original Apache-2.0

go-code-review

04

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.

10 2d ago A 41 tokens original Apache-2.0

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.

10 2d ago A 50 tokens original Apache-2.0

rebase-clean

07

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.

10 2d ago A 53 tokens original Apache-2.0

review-pr

08

openshift/lightspeed-agentic-operator

Skill Claude CodeCodexCursor

Review PR with structured approach covering architecture, naming, patterns, and critical questions.

10 2d ago A 18 tokens original Apache-2.0

safe-code-change

09

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.

10 2d ago A 49 tokens original Apache-2.0

validate-and-fix

10

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.

10 2d ago A 57 tokens original Apache-2.0