Skip to main content

openshift/lightspeed-agentic-operator

SkillsMP 已收集 openshift/lightspeed-agentic-operator 中的 9 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
9
GitHub 星标
2
GitHub Forks
21

已展示 9 / 9 个已收集 Skill。

职业分类
软件质量保证分析师与测试员
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

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

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
已展示 9 / 9 个已收集 Skill。