Skip to main content
openshift
GitHub creator profile

openshift

Repository-level view of 172 collected skills across 42 GitHub repositories.

skills collected
172
repositories
42
updated
Aug 13, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
hypershift
20 skills · Aug 12, 2026
Software DevelopersNetwork & Computer Systems AdministratorsSoftware Quality Assurance Analysts & Testers
3 occupation categories · 100% classified
12%share
#02
lightspeed-service
19 skills · Mar 31, 2026
Network & Computer Systems AdministratorsSoftware Quality Assurance Analysts & TestersSoftware DevelopersInformation Security Analysts
4 occupation categories · 100% classified
11%share
#03
lightspeed-agentic-sandbox
14 skills · Aug 6, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersInformation Security Analysts
3 occupation categories · 100% classified
8.1%share
#04
release
13 skills · Jun 26, 2026
Software DevelopersNetwork & Computer Systems AdministratorsSoftware Quality Assurance Analysts & Testers
3 occupation categories · 100% classified
7.6%share
#05
console
11 skills · Jul 21, 2026
Software Quality Assurance Analysts & TestersSoftware DevelopersWeb & Digital Interface Designers
3 occupation categories · 100% classified
6.4%share
#06
lightspeed-operator
11 skills · Jul 13, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersComputer Programmers
3 occupation categories · 100% classified
6.4%share
#07
lightspeed-console
10 skills · Jul 14, 2026
Software DevelopersSoftware Quality Assurance Analysts & Testers
2 occupation categories · 100% classified
5.8%share
#08
cac-content-fork
9 skills · Mar 26, 2026
Software DevelopersInformation Security AnalystsSoftware Quality Assurance Analysts & TestersProject Management Specialists
4 occupation categories · 100% classified
5.2%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

Showing 8 of 20 collected skills.
resolve-cve
information-security-analysts

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…

Mar 31, 2026
migration-readiness
network-and-computer-systems-administrators

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.

Mar 31, 2026
triage
network-and-computer-systems-administrators

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

Mar 31, 2026
deps-update
software-developers

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".

Mar 30, 2026
review-pr
software-quality-assurance-analysts-and-testers

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

Mar 27, 2026
degraded-operator-recovery
network-and-computer-systems-administrators

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

Mar 25, 2026
namespace-troubleshooting
network-and-computer-systems-administrators

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

Mar 25, 2026
node-not-ready
network-and-computer-systems-administrators

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

Mar 25, 2026
Showing 8 of 19 collected skills.
find-token
information-security-analysts

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

Aug 6, 2026
echo-token
software-quality-assurance-analysts-and-testers

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

Jul 22, 2026
deps-update
software-developers

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".

May 19, 2026
find-complexity
software-developers

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

May 19, 2026
find-dead-code
software-developers

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

May 19, 2026
find-duplication
software-developers

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.

May 19, 2026
investigate-ci-failure
software-developers

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.

May 19, 2026
raise-pr
software-developers

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

May 19, 2026
Showing 8 of 14 collected skills.
step-finder
software-developers

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.

Jun 26, 2026
add-step-registry
software-developers

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.

Jun 25, 2026
rhdh-aks-lifecycle
network-and-computer-systems-administrators

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…

May 12, 2026
rhdh-aks-tests
software-quality-assurance-analysts-and-testers

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.

May 12, 2026
rhdh-eks-lifecycle
network-and-computer-systems-administrators

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…

May 12, 2026
rhdh-eks-tests
software-quality-assurance-analysts-and-testers

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.

May 12, 2026
rhdh-gke-lifecycle
network-and-computer-systems-administrators

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…

May 12, 2026
rhdh-gke-tests
software-quality-assurance-analysts-and-testers

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.

May 12, 2026
Showing 8 of 13 collected skills.
plugin-api-review
software-developers

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.

Jul 21, 2026
skill-audit
software-developers

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

Jul 21, 2026
migrate-cypress
software-quality-assurance-analysts-and-testers

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…

Jun 23, 2026
gen-rtl-test
software-quality-assurance-analysts-and-testers

Generate React Testing Library tests following OCP Console best practices

May 26, 2026
pre-push-review
software-quality-assurance-analysts-and-testers

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.

May 18, 2026
update-package
software-developers

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

May 18, 2026
qa-verify
software-quality-assurance-analysts-and-testers

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…

May 14, 2026
debug-test
software-quality-assurance-analysts-and-testers

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.

May 13, 2026
Showing 8 of 11 collected skills.
update-bundle
software-developers

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.

Jul 13, 2026
version-update
software-developers

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.

Jul 13, 2026
find-duplication
software-developers

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.

May 12, 2026
find-complexity
computer-programmers

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.

Mar 18, 2026
find-dead-code
software-developers

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.

Mar 18, 2026
rebase-clean
software-developers

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.

Mar 18, 2026
review-pr
software-quality-assurance-analysts-and-testers

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

Mar 18, 2026
safe-code-change
software-developers

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.

Mar 18, 2026
Showing 8 of 11 collected skills.
backport
software-developers

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.

Jul 14, 2026
test
software-quality-assurance-analysts-and-testers

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.

Jun 1, 2026
unused-exports
software-developers

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.

May 15, 2026
code-review
software-quality-assurance-analysts-and-testers

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.

Apr 20, 2026
rebase
software-developers

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.

Apr 20, 2026
release
software-developers

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.

Apr 10, 2026
review-skills
software-quality-assurance-analysts-and-testers

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.

Apr 3, 2026
css-review
software-quality-assurance-analysts-and-testers

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.

Apr 3, 2026
Showing 8 of 10 collected skills.
Showing 8 of 9 collected skills.
find-complexity
software-quality-assurance-analysts-and-testers

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.

May 10, 2026
find-dead-code
software-developers

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.

May 10, 2026
find-duplication
software-developers

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.

May 10, 2026
go-code-review
software-developers

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.

May 10, 2026
go-testing-code-review
software-quality-assurance-analysts-and-testers

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

May 10, 2026
investigate-ci-failure
software-developers

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.

May 10, 2026
rebase-clean
network-and-computer-systems-administrators

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.

May 10, 2026
safe-code-change
software-developers

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.

May 10, 2026
Showing 8 of 9 collected skills.
cluster-update-advisor
network-and-computer-systems-administrators

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.

Aug 13, 2026
product-lifecycle
network-and-computer-systems-administrators

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…

Aug 13, 2026
investigate-alert
network-and-computer-systems-administrators

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.

Jul 22, 2026
find-token
software-developers

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

May 28, 2026
kubernetes-docs
software-developers

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.

May 10, 2026
openshift-docs
network-and-computer-systems-administrators

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,…

May 10, 2026
estimate-risk
project-management-specialists

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.

Aug 13, 2026
estimate-story
project-management-specialists

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…

Aug 13, 2026
make-jira-from-spec
project-management-specialists

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…

Aug 2, 2026
triage-new-bugs
software-quality-assurance-analysts-and-testers

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…

Jul 31, 2026
estimate-epic
project-management-specialists

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.

Jun 24, 2026
Showing 12 of 42 repositories