plugins/code-review/skills/profile-hypershift/SKILL.md
Project-specific review profile for the openshift/hypershift repository — delegates to the repo's own agents and skills
npx skillsauth add openshift-eng/ai-helpers HyperShift Project ProfileInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This profile provides project-specific review guidance for the openshift/hypershift repository. Instead of embedding domain knowledge, it points to the agents and skills already defined in the hypershift repo's .claude/ directory.
Use this skill when --profile hypershift is specified.
The hypershift repository maintains its own Claude agents at .claude/agents/ that contain deep domain expertise (API, cloud providers, control plane, data plane, architecture). During review:
.claude/agents/ in the repo root. Pick the agents relevant to the changed files based on each agent's own description, and launch them as sub-agents.gh api repos/openshift/hypershift/contents/.claude/agents?ref=main (or the GitHub contents API) and use them.The repo also has skills at .claude/skills/ (code formatting, debugging, effective Go, git commit format, CLI conventions). Apply any that are relevant to the changed files.
make test — unit tests with race detectionmake verify — full verification suite (code generation, formatting, vetting, linting, tests)make api — required if any files in api/ were modified; regenerates deepcopy, clients, informers, and listersIf any files in the api/ directory were modified, verify that make api has been run and the generated files are included in the diff. Missing generated files are a blocking issue.
research
Shared engine for analyzing Jira issue activity and generating status summaries
testing
Snapshot OpenShift payload data (release controller, PR diffs, comments, CI jobs, JUnit results, regression tracking) to a local directory for offline analysis
development
Analyze a payload snapshot to identify root causes of blocking job failures, score candidate PRs, and produce an HTML report with revert recommendations
tools
Create TRT JIRA bugs, open revert PRs, and trigger payload jobs for high-confidence revert candidates