openshift/rosa verification gates
Choose the right local verification steps before claiming a ROSA change is complete.
npx skills add https://github.com/openshift/rosa --skill ROSA Verification Gates
Start with AGENTS.md and guidelines/testing-guidelines.md.
Use this skill when:
make fmtmake testmake lintmake rosacmd/rosa/structure_test/command_structure.yml and matching command_args.ymlmake generate-docs when help text or docs changedmake generatemake basic-checksmake pre-push-checks before push when the change is ready.github/pull_request_template.md and use its developer checklist as the final PR-readiness passmake install-hooks in a new clone before first commit.go mod tidy or go mod vendor unless the task explicitly requires dependency-state changes.Take openshift/rosa verification gates from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.