Skip to main content

openshift/lightspeed-agentic-operator

SkillsMP hat 9 Skills aus openshift/lightspeed-agentic-operator gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

Letzte erfasste Quellaktivität
SkillsMP-Katalog aktualisiert
gesammelte Skills
9
GitHub-Stars
2
GitHub-Forks
21

Es werden 9 von 9 gesammelten Skills angezeigt.

Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Reviews Go test code for proper table-driven tests, assertions, and coverage patterns. Use when reviewing *_test.go files.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Es werden 9 von 9 gesammelten Skills angezeigt.