verl-e2e-testing

verl-e2e-testing is a skill for Claude Code, Codex from NVIDIA-NeMo/Megatron-Bridge. It costs 68 tokens per session (5,911 once invoked), scanned A, original, Apache-2.0.

An end-to-end test workflow for checking Megatron-Bridge changes through verl, a reinforcement-learning training system.

In plain words
What is it for?
It helps run a small external training job with options such as LoRA, DDP, saving, resuming, and different parallelism settings, then record whether it passed.
Why use it?
It finds integration problems that Bridge's own tests may miss, such as issues with model setup, adapters, distributed training, and checkpoints.

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/nvidia-nemo/megatron-bridge/verl-e2e-testing
Any agent
npx skills add NVIDIA-NeMo/Megatron-Bridge --skill verl-e2e-testing
Clone the repo
git clone --depth 1 https://github.com/NVIDIA-NeMo/Megatron-Bridge

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 verl-e2e-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/nvidia-nemo/megatron-bridge/verl-e2e-testing.svg)](https://agentmods.dev/skills/nvidia-nemo/megatron-bridge/verl-e2e-testing)
Your own site
<a href="https://agentmods.dev/skills/nvidia-nemo/megatron-bridge/verl-e2e-testing"><img src="https://agentmods.dev/badge/skills/nvidia-nemo/megatron-bridge/verl-e2e-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,911 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00068 $0.05911
Opus 5 $0.00034 $0.02955
Sonnet 5 $0.00014 $0.01182
Haiku 4.5 $0.00007 $0.00591

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

Security

Grade A, and why

verl-e2e-testing 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 5d 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.

skills/verl-e2e-testing/SKILL.md · 510 lines

How it starts

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

verl E2E Testing

Validate a Megatron-Bridge change through verl's Megatron backend. This catches integration issues that Bridge-only tests miss: provider/configuration finalization, HF import through Bridge, PEFT wrapping, DDP wrapping, optimizer setup, rollout/ref wiring, and checkpoint ownership by an external RL loop.

Use this as an external compatibility smoke test after the relevant Bridge unit and functional tests are green.

This is not a replacement for Bridge correctness tests. The default verl run proves that the changed Bridge path can survive an external RL training loop; numerical parity, import/export fidelity, and feature-specific behavior still come from focused Bridge tests.

Scope

Think in coverage levels. Start with Level 0 and add only the levels justified by the change.

Level Required when What it proves
0: LoRA + DDP smoke Any Bridge change that claims verl compatibility verl can import the local Bridge checkout, apply PEFT, wrap with Megatron DDP, build optimizer state, run rollout/ref/critic wiring, and finish one training step
1: Save/resume PEFT, checkpointing, HF export, adapter export, optimizer state, or resume behavior changed verl-owned checkpoint scheduling can save and reload Bridge-built model state
2: Parallelism stress Provider finalization, mpu-derived settings, TP/PP/CP/EP, sequence parallel, or dispatcher behavior changed provider settings remain correct under non-trivial Megatron parallel state
3: Optional Megatron-FSDP Only when downstream explicitly asks for verl Megatron-FSDP coverage or the change directly touches that integration path the same provider works when verl selects Megatron-FSDP instead of DDP
4: Feature-specific e2e The change depends on runtime behavior not exercised by the default text-only smoke the requested feature is activated by a targeted verl command or script
5: Convergence / learning signal Optimizer, scheduler, loss, reward, PEFT trainability, gradient flow, or training stability changed metrics move in the expected direction over a short run and do not silently produce zero/NaN/unstable updates

Read the full file on GitHub · 510 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. 5d ago First seen · 510 lines · 68 tokens per session scan A e91d417301ea

Subscribe to this mod's changes

verl-e2e-testing is a skill published in the GitHub repository NVIDIA-NeMo/Megatron-Bridge (900 stars, last pushed today), licensed Apache-2.0. It adds 68 tokens to every session and 5,911 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.

Related

Other skills, from other repositories

protractor-skill

Generates Protractor E2E tests for Angular/AngularJS apps in JS/TS. NOTE: Protractor is officially deprecated — recommend Playwright or Cypress. Use when user mentions "Protractor", "element(by.model())", "Angular E2E". Triggers on: "Protractor", "element(by.model)", "Angular E2E test", "protractor.conf".

LambdaTest/agent-skills · 83 tokens

AI System Quality Engineer

Test LLM, RAG, MCP, and agentic systems end to end. Build golden datasets, run deterministic checks and LLM judges, score retrieval, probe prompt injection, verify tool use, and gate CI on thresholds. Orchestrates DeepEval, Ragas, promptfoo, and Langfuse.

PramodDutta/qaskills · 68 tokens

vllm-test-generator

Generate test cases for the vllm-project/vllm repository (https://github.com/vllm-project/vllm). Use this skill when the user wants to write unit tests or integration/e2e tests for vllm code, functions, classes, or features. Triggered by requests like "帮我写XXX的测试用例", "生成XXX的单元测试", "为XXX功能写测试", "generate tests for XXX…

shen-shanshan/vllm-dev-skills · 135 tokens

external-gitcode-ascend-mindspeed-fsdp2-verification

用于执行 MindSpeed-MM FSDP2 迁移的功能与可靠性验收门禁。适用于模型/数据/配置改动后,验证一次分布式端到端成功并留存证据时。.

ascend-ai-coding/awesome-ascend-skills · 66 tokens

verify-corpus

End-to-end test + grader for the citadel ingest pipeline over the shipped test corpora — beverages (coffee+tea showcase), kelvarra (a coherent fictional world whose facts contradict reality), leuchtfeuer (a 3-year programme ingested in dated waves that drives reconcile/delete/force), pemberley (all of Pride and…

MarkusNeusinger/cite-citadel · 539 tokens

mindspeed-fsdp2-verification

用于执行 MindSpeed-MM FSDP2 迁移的功能与可靠性验收门禁。适用于模型/数据/配置改动后,验证一次分布式端到端成功并留存证据时。.

Ascend/agent-skills · 59 tokens