openshiftopenshiftOfficialยท6 Agent Skills Included

console

OpenShift console testing, migration, review, and QA workflows

Automates test generation, Cypress-to-Playwright migration, and failing test debugging for the OpenShift web console. Reviews plugin API changes, UI microcopy, and pre-push code for breaking changes and style compliance. Captures before-and-after screenshots for pull requests and drafts Jira-ready bug reports with regression tests. Removes manual test writing, screenshot capture, and changelog checking from daily console development.
npx skills add openshift/console --all -g -y
Available:

Gives the agent the console's architecture rules, build commands, coding pitfalls, and pointers on when to invoke each skill such as test generation, plugin API review, and Cypress migration.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install OpenShift Console skills?โ–ผ

Run `npx skills add openshift/console --all -g -y` in your terminal to install all skills in this suite globally.

How to migrate Cypress tests to Playwright?โ–ผ

Invoke the migrate-cypress skill with a .cy.ts or .feature file path, and it analyzes, converts, and validates the test against the live console UI.

How to generate React unit tests automatically?โ–ผ

Run the gen-rtl-test skill on a component file or your current git changes, and it writes React Testing Library tests following console best practices.

Can it verify pull requests with screenshots?โ–ผ

Yes. The qa-verify skill builds both branches, captures before-and-after screenshots and videos, and posts a side-by-side comparison comment on the GitHub PR.

Does it check plugin API breaking changes?โ–ผ

Yes. The plugin-api-review skill audits SDK changes for backward compatibility, changelog entries, and Jira references, then reports a compliance score.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’