test-all

test-all is a skill for Claude Code from AlphaBitCore/nexus-gateway. It costs 167 tokens per session (1,441 once invoked), scanned A, original, Apache-2.0.

A single command for running the Nexus Gateway's complete end-to-end test program across its five services and producing one report. End-to-end tests check whether a system works through complete user or service flows, rather than only testing individual functions.

In plain words
What is it for?
Use it after multi-service code or configuration changes, service restarts, or before declaring work complete; it supports quick checks, full runs, or selected test phases.
Why use it?
It gives one place to check whether a substantial change caused regressions across multiple services and test layers. The report can be shared with reviewers or attached to a pull request.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: positional $N argument.

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/alphabitcore/nexus-gateway/test-all
Any agent
npx skills add AlphaBitCore/nexus-gateway --skill test-all
Clone the repo
git clone --depth 1 https://github.com/AlphaBitCore/nexus-gateway

Made for: Claude Code.

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 test-all

README.md
[![agentmods](https://agentmods.dev/badge/skills/alphabitcore/nexus-gateway/test-all.svg)](https://agentmods.dev/skills/alphabitcore/nexus-gateway/test-all)
Your own site
<a href="https://agentmods.dev/skills/alphabitcore/nexus-gateway/test-all"><img src="https://agentmods.dev/badge/skills/alphabitcore/nexus-gateway/test-all.svg" alt="Measured on agentmods" height="20"></a>
Per session 167 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,441 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.1 $0.00167 $0.01441
Opus 5 $0.00084 $0.00720
Sonnet 5 $0.00033 $0.00288
Haiku 4.5 $0.00017 $0.00144

Measured 6d ago against content hash 2a1a4d1dd841, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

test-all 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 6d 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.

adding "let me also curl X to verify" steps to this skill, that
.claude/skills/test-all/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.

Test All

Drives tests/run-all.sh end-to-end and reports back. This is the recommended entry point after any non-trivial code change — it covers every layer of the test program (docs/developers/architecture/cross-cutting/observability/test-harness-architecture.md) and produces one report you can paste into a PR or hand to a reviewer.

When to use

  • User typed /test-all, /test-all --quick, or asked something like "run all tests", "regression check", "test everything", "smoke the whole system".
  • Right before declaring a multi-service change done.
  • After a service restart or config change, to confirm everything is still wired up.

Don't use this for narrowly-scoped debugging — pick a single layer (L1 smoke, L1 Go integration, L4 UI) and run that test directly.

Inputs

Arg Required Notes
--quick no Preflight + L1 smoke only (≈ 30 s, no LLM calls). Default mode.
--full no All phases including L3 AI-judge and L4 Playwright (≈ 3–5 min, costs ~5 Kimi calls).
--phase <name> no Run only one phase: smoke, go, ui, protocol, ai-judge.
--no-preflight no Skip preflight (use only when debugging the runner itself).

If the user did not pass a flag, default to --full. The cost of one full run (~2 ¢ in Kimi tokens, ~5 minutes wall) is worth it as a green/red signal; downgrade to --quick only if the user asked for fast feedback.

Prerequisites

Verify before starting (the runner's own preflight will also check; we front-run these so failures surface in chat, not in a buried log):

  1. tests/.env.local exists and NEXUS_TEST_VK is not the placeholder nvk_REPLACE_ME. If missing, instruct the user to copy tests/.env.local.example and set NEXUS_TEST_VK to a real Nexus VK (the research-all-models VK is fine for local dev; query the DB if needed: SELECT name, "keyPrefix" FROM "VirtualKey" WHERE enabled = true AND "vkType" = 'application' LIMIT 5;).
  2. Local services running. Quick check: lsof -nP -iTCP:3001,3040,3050,3060 -sTCP:LISTEN. All four ports must show a listener. If any are missing, ask the user whether to start them (./scripts/dev-start.sh is the canonical bootstrap) rather than launching them silently.
  3. Postgres + Redis containers up: docker ps --filter name=nexus-postgres --filter name=nexus-redis --format '{{.Names}}'.

Read the full file on GitHub · 124 lines

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. 6d ago First seen · 124 lines · 167 tokens per session scan A 2a1a4d1dd841

Subscribe to this mod's changes

test-all is a skill published in the GitHub repository AlphaBitCore/nexus-gateway (23 stars, last pushed 4d ago), licensed Apache-2.0. It adds 167 tokens to every session and 1,441 once invoked, about $0.0008 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-30.

Related

Other skills, from other repositories

defenseclaw-ops

Manage DefenseClaw enterprise security - scan components, manage tool permissions, view alerts, configure guardrails.

automateyournetwork/netclaw · 27 tokens

ai-identity-platform

Structured identity management for AI agent fleets — define, govern, and audit agent personas at scale.

live-neon/persona-mcp · 23 tokens

procurement-intelligence

Enterprise Procurement Intelligence — full lifecycle procurement expertise. Covers policy compliance, tender generation, supplier risk, budget verification, three-way matching, spend analytics, market intelligence, and procurement audit. Integrates with the Enterprise Procurement MCP Server for tool execution.

kendrickjr/procurement-mcp-server · 53 tokens

higress-update-envoy-gateway

Update Higress Envoy binary and gateway image dependencies for e2e validation. Use when Codex needs to build Envoy packages from the current Higress branch, upload those packages to higress-group/proxy releases, update Makefile.core.mk ENVOYPACKAGEURLPATTERN and ENVOYLATESTIMAGETAG, run make build-gateway-local, retag…

higress-group/higress · 119 tokens

signal-end-to-end

Implements end-to-end signal changes spanning router config, signal extraction, CLI schema, optional bindings, router-owned metadata headers, and E2E test coverage. Use when adding a new signal type, changing signal configuration or extraction logic, updating CLI schema for signal parameters, or modifying router-owned…

vllm-project/semantic-router · 67 tokens

plugin-end-to-end

Implements end-to-end plugin changes spanning router config, post-decision processing, optional CLI/UI exposure, and E2E test coverage. Use when adding a new plugin type, changing plugin config schema or execution semantics, updating plugin chain behavior, or modifying plugin-exposed metadata across surfaces.

vllm-project/semantic-router · 63 tokens