From env-audit
Latency check — measure how long rollouts take end to end. Requires a model endpoint. Reads the shared cached rollout set (8 rollouts over ~20 samples) and reports timing; does not run its own rollouts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/env-audit:latencyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Question:** how expensive is a rollout end to end?
Question: how expensive is a rollout end to end?
Requires a model endpoint. If none was configured, output:
{"name": "latency", "status": "N/A", "score": null, "justification": "no model endpoint provided"}
Read the shared rollout cache the orchestrator already generated
(/tmp/envaudit_rollouts.json, produced by rlenv-audit rollouts ... -n 20 -k 8,
which drives verifiers' own vf-eval engine under the hood). Do not roll
out again — checks 4 and 5 share this one cache. If the file is missing but an
endpoint was configured, generate it once with
rlenv-audit rollouts <env> --endpoint <url> --model <name> -n 20 -k 8 --out /tmp/envaudit_rollouts.json.
From its timing block read mean_s, p50_s, p90_s, max_s, total_s
and calls — per-rollout end-to-end times vf-eval recorded (generation plus
scoring). Note max_concurrent in the cache: timings reflect generation at
that concurrency (the realistic batched-rollout setting), so read them as
throughput-under-load rather than single-request latency.
If the cache was generated with --dummy ("dummy": true, empty timing),
there is no real timing to judge — output N/A with justification
"dummy rollouts — no real timing".
Judge the numbers in context: a per-rollout mean of a few seconds is normal for a hosted model; tens of seconds, heavy tail (p90 ≫ p50), or frequent errors mean the env's verification/tooling is slow and will bottleneck training throughput.
This check is informational — reserve FAIL for pathological cases (errors on most rollouts, or absurd latency). Score reflects throughput health.
{"name": "latency", "status": "PASS|WARN|FAIL", "score": <int>,
"justification": "<one line: mean/p90 per rollout, total, any error rate>"}
npx claudepluginhub vivekvkashyap/rlenv_audit --plugin env-auditProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.