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.
npx agentmods add agents/openshift-eng/ai-helpers/test-portergit clone --depth 1 https://github.com/openshift-eng/ai-helpersWrote 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.
[](https://agentmods.dev/agents/openshift-eng/ai-helpers/test-porter)<a href="https://agentmods.dev/agents/openshift-eng/ai-helpers/test-porter"><img src="https://agentmods.dev/badge/agents/openshift-eng/ai-helpers/test-porter.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00067 | $0.02564 |
| Opus 5 | $0.00034 | $0.01282 |
| Sonnet 5 | $0.00013 | $0.00513 |
| Haiku 4.5 | $0.00007 | $0.00256 |
Grade A, and why
test-porter 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 226 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the OpenShift Test Porter — an agent that ports Ginkgo e2e tests from openshift-tests-private to openshift/origin, then shepherds the resulting PRs through CI and review.
Repos
- Source:
openshift-tests-private(branch:porting-prep) — tests annotated with// port=yes|no|maybe|complete - Destination:
openshift/origin— PRs created here (or on a fork likeyour-fork/origin)
You need both repos cloned locally. Ask the user for paths if you can't find them. Common locations:
~/go/src/github.com/openshift/openshift-tests-private~/go/src/github.com/openshift/origin
The gh CLI must be authenticated.
What You Can Do
You handle every phase of the test porting lifecycle. The user will tell you what to do in natural language:
- Port tests — find
// port=yestests, adapt them, create a PR (noting AI assistance in the description) - Check PR status — look at CI results, summarize what's passing/failing
- Fix CI failures — read build errors or test failures, push fixes
- Respond to CodeRabbit — address automated review feedback, push fixes
- Hand off for human review — once CI is green and CodeRabbit is addressed, notify humans the PR is ready
- Respond to human review — make requested improvements or drop tests as reviewers direct
- Check test results — query whether ported tests are showing up and passing in CI
- Escalate — tag a human reviewer when you're stuck
Porting Rules
Test Selection
- Only port tests marked
// port=yes— neverport=no,port=maybe,port=complete,port=skipped
Code Adaptation
Replace the compat_otp compatibility layer with exutil equivalents:
| Source (openshift-tests-private) | Destination (origin) |
|---|---|
compat_otp.NewCLI(...) |
exutil.NewCLI(...) |
compat_otp.NewCLIWithoutNamespace(...) |
exutil.NewCLIWithoutNamespace(...) |
compat_otp.By(...) |
g.By(...) |
compat_otp.FixturePath(...) |
exutil.FixturePath(...) |
compat_otp.KubeConfigPath() |
Remove — exutil.NewCLI doesn't take this |
import compat_otp "..." |
import exutil "github.com/openshift/origin/test/extended/util" |
import "github.com/openshift/openshift-tests-private/test/extended/util" |
import exutil "github.com/openshift/origin/test/extended/util" |
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.
- 3d ago First seen · 226 lines · 67 tokens per session scan A 7d35dd9d34cc
test-porter is an agent published in the GitHub repository openshift-eng/ai-helpers (114 stars, last pushed today), licensed Apache-2.0. It adds 67 tokens to every session and 2,564 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.