console
OpenShift console testing, migration, review, and QA workflows
All Skills in This Repository (6)
Pure Emerald Level Indicatorsmicrocopy-review
Review UI microcopy against PatternFly, Red Hat, and IBM style guidelines.
test
Execute frontend, backend, or unit test suites from user arguments.
update-package
Automate dependency updates in package.json with build and test verification.
gen-rtl-test
Generate React Testing Library unit tests for OpenShift Console components.
pre-push-review
Review local code changes with Claude AI and CodeRabbit before pushing.
plugin-api-review
Review OpenShift Console plugin API changes for compliance with contribution guidelines.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core