HyperShift Project Profile

HyperShift Project Profile is a skill for Claude Code, Codex from wangke19/gemini-ai-helpers. It costs 28 tokens per session (483 once invoked), scanned A, a copy of hypershift-code-review, Apache-2.0.

A review profile containing project-specific rules for HyperShift, an OpenShift project for managing hosted Kubernetes control planes.

In plain words
What is it for?
Use it when reviewing HyperShift changes, so relevant control-plane, data-plane, API, cloud-provider, and architecture experts can guide the review.
Why use it?
It adds the repository's own architecture and subject-matter guidance to ordinary code-review checks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions subagents.

Good fit Use it when reviewing HyperShift changes, so relevant control-plane, data-plane, API, cloud-provider, and architecture experts can guide the review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wangke19/gemini-ai-helpers/profile-hypershift
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add wangke19/gemini-ai-helpers --skill profile-hypershift
Clone the repo
git clone --depth 1 https://github.com/wangke19/gemini-ai-helpers

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for HyperShift Project Profile

README.md
[![agentmods](https://agentmods.dev/badge/skills/wangke19/gemini-ai-helpers/profile-hypershift/github.svg)](https://agentmods.dev/skills/wangke19/gemini-ai-helpers/profile-hypershift)
Your own site
<a href="https://agentmods.dev/skills/wangke19/gemini-ai-helpers/profile-hypershift"><img src="https://agentmods.dev/badge/skills/wangke19/gemini-ai-helpers/profile-hypershift/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for HyperShift Project Profile

Your own site · 80×15
<a href="https://agentmods.dev/skills/wangke19/gemini-ai-helpers/profile-hypershift"><img src="https://agentmods.dev/badge/skills/wangke19/gemini-ai-helpers/profile-hypershift.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 483 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 91% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00028 $0.00483
Opus 5 $0.00014 $0.00242
Sonnet 5 $0.00006 $0.00097
Haiku 4.5 $0.00003 $0.00048

Measured 12d ago against content hash 9335d74b8f8a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

HyperShift Project Profile scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

91% identical to hypershift-code-review — 8 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

extensions/code-review/skills/profile-hypershift/SKILL.md · 33 lines

What it actually says

HyperShift Project Profile

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.

When to Use This Skill

Use this skill when --profile hypershift is specified.

Agents

The hypershift repository maintains its own Gemini agents at .claude/agents/ that contain deep domain expertise (API, cloud providers, control plane, data plane, architecture). During review:

  1. If inside a local hypershift checkout: Read the agent definitions from .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.
  2. If not in a hypershift checkout: Fetch the agent definitions using gh api repos/openshift/hypershift/contents/.claude/agents?ref=main (or the GitHub contents API) and use them.
  3. Use all HyperShift SME agents including (control-plane-sme, data-plane-sme, api-sme, cloud-provider-sme and hcp-architect-sme) to review branch changes or a given PR, questioning the approach and whether it solves the underlying problem.

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.

Build Commands

  • make test — unit tests with race detection
  • make verify — full verification suite (code generation, formatting, vetting, linting, tests)
  • make apirequired if any files in api/ were modified; regenerates deepcopy, clients, informers, and listers

API Type Changes

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

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 33 lines · 28 tokens per session scan A 9335d74b8f8a

Subscribe to this mod's changes

HyperShift Project Profile is a skill published in the GitHub repository wangke19/gemini-ai-helpers (2 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 28 tokens to every session and 483 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to hypershift-code-review, differing in 8 lines, and is treated as a copy.

Related

Other skills, from other repositories

spec-kitty-mission-review

Review a fully merged Spec Kitty mission post-merge (all WPs done/approved) to verify spec→code fidelity, FR coverage, drift, risks, and security. Triggers: "review the merged mission", "post-merge mission review", "verify the completed mission", "audit the mission implementation", "mission-level acceptance review"…

Priivacy-ai/spec-kitty · 155 tokens

simplify

This skill should be used when the user asks to "simplify", "clean up the diff", "run simplify", "simplify the changes", "review changed code for cleanup", explicitly invokes "/simplify", or asks to "commit without simplify", "skip simplify for this commit", or "commit this but skip simplify". Reviews changed code…

fcakyon/claude-codex-settings · 97 tokens

spk-gate-accept

Run the Spec Kitty accept gate for a completed mission and verify final readiness before merge.

Priivacy-ai/spec-kitty · 24 tokens

resolve-pr-comments

This skill should be used when user asks to "address PR comments", "resolve PR feedback", "handle review comments", "fix PR issues", "respond to PR review", or explicitly invokes "resolve-pr-comments".

fcakyon/claude-codex-settings · 47 tokens

onboard-repo

Index an unfamiliar codebase into the knowledge graph, then produce a first orientation map -- entry points, most-depended-upon modules, hotspots, test topology.

n24q02m/better-code-review-graph · 38 tokens

code-review-checklist

Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability.

agent-skills-hub/agent-skills-hub · 23 tokens