ambient-pr-test

ambient-pr-test is a skill for Claude Code, Codex from openshift-online/agent-control-plane. It costs 50 tokens per session (943 once invoked), scanned A, original, MIT.

A deployment workflow for testing pull-request versions of Ambient components in an OpenShift namespace. OpenShift is a platform for running containerized applications; the workflow supports either a full sign-on setup or a lighter development setup.

In plain words
What is it for?
Use it to deploy or remove PR images, choose a namespace, keep a test deployment running, and run integration tests with or without sign-on.
Why use it?
It provides a temporary environment for checking a pull request with its own component images before merging.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/openshift-online/agent-control-plane/pr-test
Any agent
npx skills add openshift-online/agent-control-plane --skill pr-test
Clone the repo
git clone --depth 1 https://github.com/openshift-online/agent-control-plane

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 ambient-pr-test

README.md
[![agentmods](https://agentmods.dev/badge/skills/openshift-online/agent-control-plane/pr-test.svg)](https://agentmods.dev/skills/openshift-online/agent-control-plane/pr-test)
Your own site
<a href="https://agentmods.dev/skills/openshift-online/agent-control-plane/pr-test"><img src="https://agentmods.dev/badge/skills/openshift-online/agent-control-plane/pr-test.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 943 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found 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 $0.00050 $0.00943
Opus 5 $0.00025 $0.00472
Sonnet 5 $0.00010 $0.00189
Haiku 4.5 $0.00005 $0.00094

Measured 4d ago against content hash 6dffcf35b45e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ambient-pr-test scanned grade A with 1 finding 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 4d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sk "https://${API_HOST}/api/ambient"
skills/test/pr-test/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ambient PR Test Skill

Deploy PR-tagged Ambient images into an OpenShift namespace for integration testing.

Invoke with a PR URL:

with skills/control-plane/ambient-pr-test  https://github.com/ambient-code/platform/pull/1599

Optional modifiers:

  • --keep-alive — skip teardown
  • deploy-only / teardown-only — single phase
  • --namespace <ns> — target namespace (defaults to current project)

Deployment Modes

Full SSO (install-openshift.sh) Dev Mode (install-standard.sh)
Auth Keycloak OIDC Development (no JWT)
Secrets Auto-generated, stored in pr-test-credentials Auto-generated
Components PostgreSQL, Keycloak, API server, control plane, UI PostgreSQL, API server, control plane

Standard OpenShift (Dev Mode)

For any cluster where you have oc access and an existing namespace.

Prerequisites

  • oc logged in with create permissions for deployments, services, routes, secrets, ClusterRoles
  • Existing namespace (e.g. mturansk)
  • PR images at quay.io/ambient_code/acp_*:pr-<NUMBER>-amd64

Selective builds: CI only builds images for components with source changes in the PR. Unchanged components are not built — the cluster uses :latest for those. Check which components were built in the "Build and Push" workflow run.

Deploy

PR_NUMBER=1599
NAMESPACE=$(oc project -q)
bash components/pr-test/install-standard.sh "$NAMESPACE" "pr-${PR_NUMBER}"

The script:

  1. Creates DB and app secrets (auto-generated)
  2. Creates CP ServiceAccount + ClusterRole + ClusterRoleBinding
  3. Deploys PostgreSQL, api-server (dev mode), control-plane (standard mode)
  4. Creates Route (auto-assigned .apps.* host)
  5. Waits for rollouts, smoke-checks health

Verify

API_HOST=$(oc get route ambient-api-server -n "$NAMESPACE" -o jsonpath='{.spec.host}')
curl -sk "https://${API_HOST}/api/ambient"
acpctl login --url "https://${API_HOST}"

Read the full file on GitHub · 124 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 124 lines · 50 tokens per session scan A 6dffcf35b45e

Subscribe to this mod's changes

ambient-pr-test is a skill published in the GitHub repository openshift-online/agent-control-plane (11 stars, last pushed yesterday), licensed MIT. It adds 50 tokens to every session and 943 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

interview

Ask one useful structured question at a time only when material product/implementation choices are genuinely missing; remember answers and produce a brief/spec. Discoverable facts should be investigated instead of asked.

Hmbown/CodeWhale · 40 tokens

ppt-review

Read this skill only after current officereview structural output and relevant rendered images exist. Do not use source code, a tool success flag, or the first-slide preview as a substitute for deck evidence.

Orkas-AI/Orkas · 2 tokens

helmor-debug-operate

Operate, reproduce, and debug a running local Helmor desktop development build through the Tauri MCP bridge. Use when the user asks to use Tauri MCP, towery MCP, the local dev build, the Tauri webview, visual end-to-end validation, UI automation, screenshots, DOM/accessibility snapshots, IPC or log tracing…

dohooo/helmor · 117 tokens

review

5-pass structured code review — correctness, security, performance, readability, consistency.

SethGammon/Citadel · 17 tokens

wiki

Markdown-first knowledge base where the LLM acts as librarian. Ingests raw sources, compiles and interlinks topic files, self-maintains an index. No vector DB or embeddings required -- uses LLM-native navigation over structured markdown up to 400K words.

SethGammon/Citadel · 56 tokens

documentation-search

Search the internal knowledge base for runbooks, architecture documentation, ADRs, best practices, and troubleshooting guides using RAG. Use when looking for internal documentation, deployment procedures, architecture decisions, or operational runbooks.

caipe-io/ai-platform-engineering · 46 tokens