Skip to main content
openshift
GitHub 제작자 프로필

openshift

42개 GitHub 저장소에서 수집된 172개 skills를 저장소 단위로 보여줍니다.

수집된 skills
172
저장소
42
업데이트
2026년 8월 13일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

#01
hypershift
skills 20개 · 2026년 8월 12일
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 3개 · 100% 분류됨
12%비중
#02
lightspeed-service
skills 19개 · 2026년 3월 31일
네트워크·컴퓨터 시스템 관리자소프트웨어 품질 보증 분석가·테스터소프트웨어 개발자정보 보안 분석가
직업 카테고리 4개 · 100% 분류됨
11%비중
#03
lightspeed-agentic-sandbox
skills 14개 · 2026년 8월 6일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터정보 보안 분석가
직업 카테고리 3개 · 100% 분류됨
8.1%비중
#04
release
skills 13개 · 2026년 6월 26일
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 3개 · 100% 분류됨
7.6%비중
#05
console
skills 11개 · 2026년 7월 21일
소프트웨어 품질 보증 분석가·테스터소프트웨어 개발자웹·디지털 인터페이스 디자이너
직업 카테고리 3개 · 100% 분류됨
6.4%비중
#06
lightspeed-operator
skills 11개 · 2026년 7월 13일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터컴퓨터 프로그래머
직업 카테고리 3개 · 100% 분류됨
6.4%비중
#07
lightspeed-console
skills 10개 · 2026년 7월 14일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 2개 · 100% 분류됨
5.8%비중
#08
cac-content-fork
skills 9개 · 2026년 3월 26일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터정보 보안 분석가프로젝트 관리 전문가
직업 카테고리 4개 · 100% 분류됨
5.2%비중
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

수집된 skill 20개 중 8개를 표시합니다.
resolve-cve
정보 보안 분석가

Resolve a CVE vulnerability issue from Jira. Reads the CVE details, assesses impact, and either marks "not affected" with a Jira comment and transition, bumps the affected dependency, or implements a code fix. Use when the user says "cve", "resolve CVE", or…

2026년 3월 31일
migration-readiness
네트워크·컴퓨터 시스템 관리자

Assess whether an application is ready to migrate to OpenShift. Use when the user describes an application and asks about migration, containerization, or moving to Kubernetes/OpenShift.

2026년 3월 31일
triage
네트워크·컴퓨터 시스템 관리자

Triage production incidents involving data corruption, data loss, slow performance, or outages. Classify severity and recommend immediate actions.

2026년 3월 31일
deps-update
소프트웨어 개발자

Update Python dependencies to latest versions using uv, regenerate lock and requirements.txt, then verify linting and tests pass. Fix breakage from API changes in bumped packages. Use when the user says "deps update", "bump dependencies", or "update deps".

2026년 3월 30일
review-pr
소프트웨어 품질 보증 분석가·테스터

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

2026년 3월 27일
degraded-operator-recovery
네트워크·컴퓨터 시스템 관리자

Troubleshoot ClusterOperator in Degraded, Unavailable, or not Progressing state. Use when operator status shows error conditions, reconciliation failures, or degraded health checks.

2026년 3월 25일
namespace-troubleshooting
네트워크·컴퓨터 시스템 관리자

Troubleshoot namespace stuck in Terminating state, ResourceQuota exhaustion, or RBAC permission denied errors. Use when resources cannot be created or forbidden errors occur.

2026년 3월 25일
node-not-ready
네트워크·컴퓨터 시스템 관리자

Troubleshoot NotReady or SchedulingDisabled node status. Use when a node is down, unschedulable, or needs to be drained and restored.

2026년 3월 25일
수집된 skill 19개 중 8개를 표시합니다.
find-token
정보 보안 분석가

Find the hidden verification token. Run the find-token script to retrieve a unique token.

2026년 8월 6일
echo-token
소프트웨어 품질 보증 분석가·테스터

Generate a verification token and write it to disk. Use when asked to produce an e2e test token.

2026년 7월 22일
deps-update
소프트웨어 개발자

Update Python dependencies with uv, regenerate lock and Konflux requirements files, then verify lint, types, and tests. Fix breakage from API changes in bumped packages. Use when the user says "deps update", "bump dependencies", or "update deps".

2026년 5월 19일
find-complexity
소프트웨어 개발자

Find functions with high cyclomatic complexity, length, or parameter count. Use when the user asks for complexity hotspots or refactor candidates.

2026년 5월 19일
find-dead-code
소프트웨어 개발자

Find unused functions, classes, imports, and unreachable code paths. Use when the user asks for dead code or cleanup candidates.

2026년 5월 19일
find-duplication
소프트웨어 개발자

Find code duplication in the codebase. Supports branch-scoped or full sweep. Use when the user asks to find duplicated code or repeated patterns before a PR.

2026년 5월 19일
investigate-ci-failure
소프트웨어 개발자

Investigate CI job failures on a GitHub pull request (checks, Prow, or GitHub Actions). Use when the user pastes a PR URL and asks about CI failures or red checks.

2026년 5월 19일
raise-pr
소프트웨어 개발자

Step-by-step workflow for committing staged changes and opening a pull request for lightspeed-agentic-sandbox.

2026년 5월 19일
수집된 skill 14개 중 8개를 표시합니다.
step-finder
소프트웨어 개발자

Search openshift/release step-registry for existing steps, workflows, and chains before creating new CI components. Use when adding tests, jobs, or step-registry entries, or when asked to find reusable pre/test/post components.

2026년 6월 26일
add-step-registry
소프트웨어 개발자

Add a new step-registry step (ref YAML + commands.sh) in openshift/release. Use when creating a new CI step, atomic test action, or reusable ref component. Run step-finder first to avoid duplicates.

2026년 6월 25일
rhdh-aks-lifecycle
네트워크·컴퓨터 시스템 관리자

Check AKS Kubernetes version support status using the official AKS release status API and compare against versions configured in CI config files. Use whenever someone asks about AKS K8s version support, EOL dates, deprecation, or whether the configured AKS…

2026년 5월 12일
rhdh-aks-tests
소프트웨어 품질 보증 분석가·테스터

List AKS test entries in RHDH ci-operator config files and update the AKS Kubernetes version per branch. Use when listing e2e-aks tests, changing MAPT_KUBERNETES_VERSION for AKS, or checking which AKS K8s version each release branch uses.

2026년 5월 12일
rhdh-eks-lifecycle
네트워크·컴퓨터 시스템 관리자

Check EKS Kubernetes version support status using the official AWS EKS docs source and compare against versions configured in CI config files. Use whenever someone asks about EKS K8s version support, EOL dates, or whether the configured EKS version is still…

2026년 5월 12일
rhdh-eks-tests
소프트웨어 품질 보증 분석가·테스터

List EKS test entries in RHDH ci-operator config files and update the EKS Kubernetes version per branch. Use when listing e2e-eks tests, changing MAPT_KUBERNETES_VERSION for EKS, or checking which EKS K8s version each release branch uses.

2026년 5월 12일
rhdh-gke-lifecycle
네트워크·컴퓨터 시스템 관리자

Check GKE Kubernetes version support status using the endoflife.date API (auto-scraped from Google's GKE release schedule). Use whenever someone asks about GKE K8s version support, EOL dates, or whether the current GKE cluster version is still supported. GKE…

2026년 5월 12일
rhdh-gke-tests
소프트웨어 품질 보증 분석가·테스터

List GKE test entries in RHDH ci-operator config files. Use when listing e2e-gke tests or checking which branches have GKE test entries. Unlike AKS/EKS, GKE uses a pre-existing static cluster — version upgrades are performed via the GCP Console.

2026년 5월 12일
수집된 skill 13개 중 8개를 표시합니다.
plugin-api-review
소프트웨어 개발자

Review changes to the OpenShift Console plugin API for compliance with contribution guidelines, styleguide, and proper documentation in changelogs. Provides a detailed report of findings and compliance score.

2026년 7월 21일
skill-audit
소프트웨어 개발자

Audit all Claude Code skills for stale references, broken paths, and deprecated tool names

2026년 7월 21일
migrate-cypress
소프트웨어 품질 보증 분석가·테스터

Migrate a Cypress test file (.cy.ts) or Gherkin feature file (.feature) to Playwright following Console's architecture. This is the ONLY skill for Cypress-to-Playwright conversion work, you can perform full migration, analysis-only (--analyze), or dry-run…

2026년 6월 23일
gen-rtl-test
소프트웨어 품질 보증 분석가·테스터

Generate React Testing Library tests following OCP Console best practices

2026년 5월 26일
pre-push-review
소프트웨어 품질 보증 분석가·테스터

Comprehensive local code review using both Claude AI and CodeRabbit AI before pushing changes to GitHub. This command analyzes your local changes and provides actionable feedback without posting anything to GitHub.

2026년 5월 18일
update-package
소프트웨어 개발자

Expert package update assistant for OpenShift Console. Update packages safely with automated testing, building, and fixing.

2026년 5월 18일
qa-verify
소프트웨어 품질 보증 분석가·테스터

Automated QA verification for OpenShift Console PRs. Builds and runs the console on both main and the PR branch, captures before/after screenshots and GIFs via Playwright MCP, then posts a side-by-side comparison as a GitHub PR comment. Use when the user asks…

2026년 5월 14일
debug-test
소프트웨어 품질 보증 분석가·테스터

Debug and fix failing Playwright e2e tests with MCP-assisted diagnosis. Use when user says "playwright test failing", "fix e2e test", "debug spec", or provides a failing .spec.ts file, e2e directory, or Playwright tag.

2026년 5월 13일
수집된 skill 11개 중 8개를 표시합니다.
update-bundle
소프트웨어 개발자

Sync related_images.json from Quay (oras + konflux_prefix/revision in related_images.json) and regenerate the OLM bundle. Pass mode dev (CI quay) or release (stable images, version bump — /version-update). Do not use oc.

2026년 7월 13일
version-update
소프트웨어 개발자

Release workflow for main: refresh related_images.json from Quay (-r stable via hack/related_images_from_quay.sh), bump bundle/CSV version, regenerate and validate. Equivalent to /update-bundle release X.Y.Z.

2026년 7월 13일
find-duplication
소프트웨어 개발자

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.

2026년 5월 12일
find-complexity
컴퓨터 프로그래머

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.

2026년 3월 18일
find-dead-code
소프트웨어 개발자

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.

2026년 3월 18일
rebase-clean
소프트웨어 개발자

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 make test and make lint until green.

2026년 3월 18일
review-pr
소프트웨어 품질 보증 분석가·테스터

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

2026년 3월 18일
safe-code-change
소프트웨어 개발자

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.

2026년 3월 18일
수집된 skill 11개 중 8개를 표시합니다.
backport
소프트웨어 개발자

Backport commits or PRs from main to a release branch. Use when the user asks to backport, cherry-pick, or port changes between branches, or when resolving conflicts from a cherry-pick onto a release branch.

2026년 7월 14일
test
소프트웨어 품질 보증 분석가·테스터

Run end-to-end tests filtered by tag. Use when the user asks to run tests, run Playwright, or test a specific feature tag like @core or @attach.

2026년 6월 1일
unused-exports
소프트웨어 개발자

Find exported symbols that are never imported by another file. Use when the user says "check exports", "unused exports" or asks to clean up exports.

2026년 5월 15일
code-review
소프트웨어 품질 보증 분석가·테스터

Review a pull request for code quality, correctness, and project conventions. Use when the user asks to review a PR, code review, or examine changes on a branch. Accepts a GitHub PR URL, PR number, or local branch name.

2026년 4월 20일
rebase
소프트웨어 개발자

Rebase the current branch onto its base branch, resolve all conflicts, and verify lint, i18n, and build pass. Use when the user asks to rebase, update, or sync a branch with its upstream base.

2026년 4월 20일
release
소프트웨어 개발자

Bump the project version across all release branches and commit the changes. Use when the user asks to do a release or update the version on all branches.

2026년 4월 10일
review-skills
소프트웨어 품질 보증 분석가·테스터

Review project AI skills for duplication, stale references, mistakes, and structural issues. Use when the user asks to review skills, audit skills, check for duplicate skills, or verify skill quality.

2026년 4월 3일
css-review
소프트웨어 품질 보증 분석가·테스터

Review CSS for coding style, PatternFly token usage, and best practices. Use when the user asks to review CSS, check styles, or audit CSS files.

2026년 4월 3일
수집된 skill 10개 중 8개를 표시합니다.
수집된 skill 9개 중 8개를 표시합니다.
find-complexity
소프트웨어 품질 보증 분석가·테스터

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.

2026년 5월 10일
find-dead-code
소프트웨어 개발자

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.

2026년 5월 10일
find-duplication
소프트웨어 개발자

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.

2026년 5월 10일
go-code-review
소프트웨어 개발자

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.

2026년 5월 10일
go-testing-code-review
소프트웨어 품질 보증 분석가·테스터

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

2026년 5월 10일
investigate-ci-failure
소프트웨어 개발자

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.

2026년 5월 10일
rebase-clean
네트워크·컴퓨터 시스템 관리자

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.

2026년 5월 10일
safe-code-change
소프트웨어 개발자

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.

2026년 5월 10일
수집된 skill 9개 중 8개를 표시합니다.
cluster-update-advisor
네트워크·컴퓨터 시스템 관리자

Assess OpenShift cluster update (upgrade) readiness and risk. Use when evaluating whether a cluster is safe to update, when an update is available, or when the user asks about update risks, prerequisites, blockers, or best practices.

2026년 8월 13일
product-lifecycle
네트워크·컴퓨터 시스템 관리자

Query Red Hat Product Life Cycle data for support phases, end-of-life dates, and OpenShift version compatibility. Use when evaluating whether installed operators or layered products are supported on a given OCP version, approaching end of life, or need…

2026년 8월 13일
investigate-alert
네트워크·컴퓨터 시스템 관리자

Investigate one or more firing OpenShift alerts to determine root cause and recommend remediation options. Use when the user provides alert names or a set of firing alerts. Not for cluster setup, configuration how-tos, or writing alerting rules.

2026년 7월 22일
find-token
소프트웨어 개발자

Find the hidden verification token. Run the find-token script to retrieve a unique token.

2026년 5월 28일
kubernetes-docs
소프트웨어 개발자

Search and read Kubernetes documentation in markdown format. Use when the user asks about Kubernetes concepts, tasks, API reference, kubectl, or any upstream k8s topic — including pods, deployments, services, RBAC, networking, storage, or scheduling.

2026년 5월 10일
openshift-docs
네트워크·컴퓨터 시스템 관리자

Search and read OpenShift Container Platform documentation in markdown format. Use when the user asks about OpenShift features, configuration, installation, troubleshooting, or any OCP-specific topic — including operators, routes, services, oc, RBAC,…

2026년 5월 10일
estimate-risk
프로젝트 관리 전문가

Assess risk level (1/2/3) for OLS Jira stories using the team's risk rubric. Fetches the story, applies the decision tree, sets the Risk Score field, and adds the assessment as a comment. Use for on-demand assessment or after creating a new story.

2026년 8월 13일
estimate-story
프로젝트 관리 전문가

Estimate story points for OLS Jira stories using the calibrated rubric derived from 300 completed stories. Fetches the story, applies the decision tree, sets the SP field, and adds the estimate as a comment. Use for on-demand estimation or after creating a…

2026년 8월 13일
make-jira-from-spec
프로젝트 관리 전문가

Create or update Jira Epics and Stories from spec changes. Reads spec diffs from the current session or a PR, uses brainstorming to design the work breakdown, creates/updates issues in Jira, then estimates story points, risk levels, and epic sizes. Splits…

2026년 8월 2일
triage-new-bugs
소프트웨어 품질 보증 분석가·테스터

Use when triaging new OLS Jira bugs to determine which ones require a spec update, which need more information, and which are pure implementation issues. Fetches all New-status bugs, analyzes them against the current .ai/spec/ landscape, and presents a report…

2026년 7월 31일
estimate-epic
프로젝트 관리 전문가

Size OLS Jira Epics using t-shirt sizes (XS/S/M/L/XL) based on the total story points of their child issues. Can size specific Epics, or bulk-size all unsized Epics. Also invoked automatically after creating a new Epic.

2026년 6월 24일
저장소 42개 중 12개 표시