Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
$pwd:
openshift
GitHub creator profile

openshift

Repository-level view of 125 collected skills across 18 GitHub repositories, including approximate occupation coverage.

skills collected
125
repositories
18
occupation fields
2
updated
2026-05-28
repository map

Where the skills live

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

#01
lightspeed-service
19 skills · 2026-03-31
مديرو الشبكات وأنظمة الحاسوبمحللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجياتمحللو أمن المعلومات
4 occupation categories · 100% classified
15%share
#02
lightspeed-agentic-sandbox
13 skills · 2026-05-19
مطوّرو البرمجياتمحللو أمن المعلوماتمحللو ضمان جودة البرمجيات والمختبرون
3 occupation categories · 100% classified
10%share
#03
hypershift
12 skills · 2026-03-23
مديرو الشبكات وأنظمة الحاسوبمطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
3 occupation categories · 100% classified
9.6%share
#04
console
11 skills · 2026-05-26
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجياتمصممو واجهات الويب والرقمية
3 occupation categories · 100% classified
8.8%share
#05
release
11 skills · 2026-05-12
مديرو الشبكات وأنظمة الحاسوبمحللو ضمان جودة البرمجيات والمختبرون
2 occupation categories · 100% classified
8.8%share
#06
lightspeed-operator
10 skills · 2026-05-12
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمبرمجو الحاسوبمديرو الشبكات وأنظمة الحاسوب
4 occupation categories · 100% classified
8.0%share
#07
lightspeed-console
9 skills · 2026-04-20
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 occupation categories · 100% classified
7.2%share
#08
cac-content-fork
9 skills · 2026-03-26
مطوّرو البرمجياتمحللو أمن المعلوماتمحللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريع
4 occupation categories · 100% classified
7.2%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
lightspeed-service
19 skills6882updated 2026-03-31
15% of creator
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 provides a CVE Jira issue.

2026-03-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-03-31
triage
مديرو الشبكات وأنظمة الحاسوب

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

2026-03-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-03-30
review-pr
محللو ضمان جودة البرمجيات والمختبرون

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

2026-03-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-03-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-03-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-03-25
Showing top 8 of 19 collected skills in this repository.
#002
lightspeed-agentic-sandbox
13 skills06updated 2026-05-19
10% of creator
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-05-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-05-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-05-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-05-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-05-19
raise-pr
مطوّرو البرمجيات

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

2026-05-19
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 and run tests + verify until green.

2026-05-19
resolve-cve
محللو أمن المعلومات

Triage a CVE: assess impact against this repo's dependencies, then bump, document not-affected, or plan a code fix. Use when the user mentions a CVE, Jira vulnerability issue, or security advisory for a dependency.

2026-05-19
Showing top 8 of 13 collected skills in this repository.
#003
hypershift
12 skills525491updated 2026-03-23
9.6% of creator
konflux-archived-pipelineruns
مديرو الشبكات وأنظمة الحاسوب

Accesses archived Konflux PipelineRuns, TaskRuns, and pod logs via KubeArchive. Auto-applies when checking Konflux PipelineRun results, investigating enterprise contract failures, or retrieving logs from completed Konflux CI runs.

2026-03-23
build-cpo-image
مديرو الشبكات وأنظمة الحاسوب

Build and push control-plane-operator container image. Auto-applies when testing CPO changes that require deploying to a live cluster.

2026-02-09
build-ho-image
مديرو الشبكات وأنظمة الحاسوب

Build and push hypershift-operator container image. Auto-applies when testing HO changes that require deploying to a live cluster.

2026-02-09
create-hc-aws
مديرو الشبكات وأنظمة الحاسوب

Create a HyperShift HostedCluster on AWS for development and testing, with optional custom CPO/HO images.

2026-02-09
destroy-hc-aws
مديرو الشبكات وأنظمة الحاسوب

Destroy a HyperShift HostedCluster and all associated AWS infrastructure (VPC, IAM, Route53, etc.).

2026-02-09
e2e-test-runner
محللو ضمان جودة البرمجيات والمختبرون

Provides the ability to run and iterate on HyperShift e2e tests. Auto-applies when implementing features that require e2e validation, fixing e2e test failures, or working on tasks that need live cluster testing.

2026-02-09
git-environment
مطوّرو البرمجيات

Create development environments with git worktrees, branches, commits, and push to remote. Auto-applies for git workflow tasks.

2026-02-09
install-ho-aws
مديرو الشبكات وأنظمة الحاسوب

Install HyperShift Operator with private AWS and external-dns settings.

2026-02-09
Showing top 8 of 12 collected skills in this repository.
#004
console
11 skills455705updated 2026-05-26
8.8% of creator
gen-rtl-test
محللو ضمان جودة البرمجيات والمختبرون

Generate React Testing Library tests following OCP Console best practices

2026-05-26
skill-audit
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-19
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-05-18
update-package
مطوّرو البرمجيات

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

2026-05-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 to verify a PR, QA changes, capture visual proof, or show before/after evidence.

2026-05-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-05-13
migrate-cypress
مطوّرو البرمجيات

Migrate a Cypress test file to Playwright following Console's architecture. Use when user says "migrate", "convert cypress", "port to playwright", or provides a .cy.ts or .feature file path.

2026-05-13
microcopy-review
مصممو واجهات الويب والرقمية

Reviews user-facing microcopy against content design guidelines and provides clear, actionable recommendations.

2026-05-01
Showing top 8 of 11 collected skills in this repository.
#005
release
11 skills3162.2kupdated 2026-05-12
8.8% of creator
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 version is still GA. Also use when planning AKS K8s version upgrades — run this before using rhdh-aks-tests to make changes.

2026-05-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-05-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 in standard support. Also use when planning EKS K8s version upgrades — run this before using rhdh-eks-tests to make changes.

2026-05-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-05-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 uses a long-running static cluster whose version is not managed in CI config.

2026-05-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-05-12
rhdh-decommission-release
مديرو الشبكات وأنظمة الحاسوب

Use when decommissioning an end-of-life RHDH release branch by removing CI config, generated Prow jobs, and branch protection from the openshift/release repository

2026-04-23
rhdh-ocp-coverage
مديرو الشبكات وأنظمة الحاسوب

Analyze RHDH OCP version coverage by cross-referencing cluster pools and CI test configs against both RHDH and OCP lifecycle APIs to find gaps, stale configurations, and compatibility mismatches

2026-04-23
Showing top 8 of 11 collected skills in this repository.
#006
lightspeed-operator
10 skills1346updated 2026-05-12
8.0% of creator
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-05-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-03-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-03-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-03-18
review-pr
محللو ضمان جودة البرمجيات والمختبرون

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

2026-03-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-03-18
validate-and-fix
محللو ضمان جودة البرمجيات والمختبرون

Run the full validation pipeline (make test, make lint, optionally make test-e2e) 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.

2026-03-18
version-update
مديرو الشبكات وأنظمة الحاسوب

Updates the operator version number across all required files and regenerates the bundle. Use when bumping the version for a release or when the user asks to update, bump, or change the version number.

2026-03-18
Showing top 8 of 10 collected skills in this repository.
#007
lightspeed-console
9 skills834updated 2026-04-20
7.2% of creator
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-04-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-04-20
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-04-10
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-04-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-04-03
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-04-03
test
محللو ضمان جودة البرمجيات والمختبرون

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

2026-04-03
review-readmes
مطوّرو البرمجيات

Review all README.md files in the repo for typos, errors, and outdated information. Use when the user asks to review READMEs, check documentation accuracy, or audit docs.

2026-04-03
Showing top 8 of 9 collected skills in this repository.
#008
cac-content-fork
9 skills65updated 2026-03-26
7.2% of creator
Showing top 8 of 9 collected skills in this repository.
#009
lightspeed-agentic-operator
9 skills010updated 2026-05-10
7.2% of creator
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-05-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-05-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-05-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-05-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-05-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-05-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-05-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-05-10
Showing top 8 of 9 collected skills in this repository.
#010
agentic-skills
5 skills210updated 2026-05-28
4.0% of creator
find-token
غير مصنف

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

2026-05-28
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-05-11
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-05-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, networking, storage, or cluster administration.

2026-05-10
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 upgrading before a cluster upgrade. Also use when the user asks about product support status, EOL dates, or lifecycle phases for any Red Hat product.

2026-04-22
#011
rosa
4 skills103245updated 2026-04-13
3.2% of creator
#012
oc
3 skills240445updated 2026-04-17
2.4% of creator
Showing 12 of 18 repositories