Skip to main content
openshift
Profil créateur GitHub

openshift

Vue par dépôt de 172 skills collectés dans 42 dépôts GitHub.

skills collectés
172
dépôts
42
mis à jour
13 août 2026
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

#01
hypershift
20 skills · 12 août 2026
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeurs
3 catégories métier · 100 % classifié
12 %part
#02
lightspeed-service
19 skills · 31 mars 2026
Administrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursDéveloppeurs de logicielsAnalystes en sécurité de l'information
4 catégories métier · 100 % classifié
11 %part
#03
lightspeed-agentic-sandbox
14 skills · 6 août 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'information
3 catégories métier · 100 % classifié
8,1 %part
#04
release
13 skills · 26 juin 2026
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeurs
3 catégories métier · 100 % classifié
7,6 %part
#05
console
11 skills · 21 juil. 2026
Analystes en assurance qualité des logiciels et testeursDéveloppeurs de logicielsConcepteurs web et d'interfaces numériques
3 catégories métier · 100 % classifié
6,4 %part
#06
lightspeed-operator
11 skills · 13 juil. 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursProgrammeurs informatiques
3 catégories métier · 100 % classifié
6,4 %part
#07
lightspeed-console
10 skills · 14 juil. 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeurs
2 catégories métier · 100 % classifié
5,8 %part
#08
cac-content-fork
9 skills · 26 mars 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'informationSpécialistes en gestion de projets
4 catégories métier · 100 % classifié
5,2 %part
Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

Affichage de 8 skills collectés sur 20.
resolve-cve
Analystes en sécurité de l'information

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…

31 mars 2026
migration-readiness
Administrateurs de réseaux et de systèmes informatiques

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.

31 mars 2026
triage
Administrateurs de réseaux et de systèmes informatiques

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

31 mars 2026
deps-update
Développeurs de logiciels

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

30 mars 2026
review-pr
Analystes en assurance qualité des logiciels et testeurs

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

27 mars 2026
degraded-operator-recovery
Administrateurs de réseaux et de systèmes informatiques

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

25 mars 2026
namespace-troubleshooting
Administrateurs de réseaux et de systèmes informatiques

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

25 mars 2026
node-not-ready
Administrateurs de réseaux et de systèmes informatiques

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

25 mars 2026
Affichage de 8 skills collectés sur 19.
find-token
Analystes en sécurité de l'information

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

6 août 2026
echo-token
Analystes en assurance qualité des logiciels et testeurs

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

22 juil. 2026
deps-update
Développeurs de logiciels

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

19 mai 2026
find-complexity
Développeurs de logiciels

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

19 mai 2026
find-dead-code
Développeurs de logiciels

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

19 mai 2026
find-duplication
Développeurs de logiciels

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.

19 mai 2026
investigate-ci-failure
Développeurs de logiciels

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.

19 mai 2026
raise-pr
Développeurs de logiciels

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

19 mai 2026
Affichage de 8 skills collectés sur 14.
step-finder
Développeurs de logiciels

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.

26 juin 2026
add-step-registry
Développeurs de logiciels

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.

25 juin 2026
rhdh-aks-lifecycle
Administrateurs de réseaux et de systèmes informatiques

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…

12 mai 2026
rhdh-aks-tests
Analystes en assurance qualité des logiciels et testeurs

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.

12 mai 2026
rhdh-eks-lifecycle
Administrateurs de réseaux et de systèmes informatiques

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…

12 mai 2026
rhdh-eks-tests
Analystes en assurance qualité des logiciels et testeurs

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.

12 mai 2026
rhdh-gke-lifecycle
Administrateurs de réseaux et de systèmes informatiques

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…

12 mai 2026
rhdh-gke-tests
Analystes en assurance qualité des logiciels et testeurs

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.

12 mai 2026
Affichage de 8 skills collectés sur 13.
plugin-api-review
Développeurs de logiciels

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.

21 juil. 2026
skill-audit
Développeurs de logiciels

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

21 juil. 2026
migrate-cypress
Analystes en assurance qualité des logiciels et testeurs

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…

23 juin 2026
gen-rtl-test
Analystes en assurance qualité des logiciels et testeurs

Generate React Testing Library tests following OCP Console best practices

26 mai 2026
pre-push-review
Analystes en assurance qualité des logiciels et testeurs

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.

18 mai 2026
update-package
Développeurs de logiciels

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

18 mai 2026
qa-verify
Analystes en assurance qualité des logiciels et testeurs

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…

14 mai 2026
debug-test
Analystes en assurance qualité des logiciels et testeurs

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.

13 mai 2026
Affichage de 8 skills collectés sur 11.
update-bundle
Développeurs de logiciels

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.

13 juil. 2026
version-update
Développeurs de logiciels

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.

13 juil. 2026
find-duplication
Développeurs de logiciels

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.

12 mai 2026
find-complexity
Programmeurs informatiques

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.

18 mars 2026
find-dead-code
Développeurs de logiciels

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.

18 mars 2026
rebase-clean
Développeurs de logiciels

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.

18 mars 2026
review-pr
Analystes en assurance qualité des logiciels et testeurs

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

18 mars 2026
safe-code-change
Développeurs de logiciels

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.

18 mars 2026
Affichage de 8 skills collectés sur 11.
backport
Développeurs de logiciels

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.

14 juil. 2026
test
Analystes en assurance qualité des logiciels et testeurs

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.

1 juin 2026
unused-exports
Développeurs de logiciels

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.

15 mai 2026
code-review
Analystes en assurance qualité des logiciels et testeurs

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.

20 avr. 2026
rebase
Développeurs de logiciels

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.

20 avr. 2026
release
Développeurs de logiciels

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.

10 avr. 2026
review-skills
Analystes en assurance qualité des logiciels et testeurs

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.

3 avr. 2026
css-review
Analystes en assurance qualité des logiciels et testeurs

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.

3 avr. 2026
Affichage de 8 skills collectés sur 10.
Affichage de 8 skills collectés sur 9.
find-complexity
Analystes en assurance qualité des logiciels et testeurs

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.

10 mai 2026
find-dead-code
Développeurs de logiciels

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.

10 mai 2026
find-duplication
Développeurs de logiciels

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.

10 mai 2026
go-code-review
Développeurs de logiciels

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.

10 mai 2026
go-testing-code-review
Analystes en assurance qualité des logiciels et testeurs

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

10 mai 2026
investigate-ci-failure
Développeurs de logiciels

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.

10 mai 2026
rebase-clean
Administrateurs de réseaux et de systèmes informatiques

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.

10 mai 2026
safe-code-change
Développeurs de logiciels

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.

10 mai 2026
Affichage de 8 skills collectés sur 9.
cluster-update-advisor
Administrateurs de réseaux et de systèmes informatiques

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.

13 août 2026
product-lifecycle
Administrateurs de réseaux et de systèmes informatiques

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…

13 août 2026
investigate-alert
Administrateurs de réseaux et de systèmes informatiques

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.

22 juil. 2026
find-token
Développeurs de logiciels

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

28 mai 2026
kubernetes-docs
Développeurs de logiciels

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.

10 mai 2026
openshift-docs
Administrateurs de réseaux et de systèmes informatiques

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

10 mai 2026
estimate-risk
Spécialistes en gestion de projets

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.

13 août 2026
estimate-story
Spécialistes en gestion de projets

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…

13 août 2026
make-jira-from-spec
Spécialistes en gestion de projets

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…

2 août 2026
triage-new-bugs
Analystes en assurance qualité des logiciels et testeurs

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…

31 juil. 2026
estimate-epic
Spécialistes en gestion de projets

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.

24 juin 2026
12 dépôts affichés sur 42