rlxp-validate-candidate

Validates RLXP candidates against schema, contract scope, and launch safety constraints.

1|Updated May 14, 2026
One-click install
npx skills add https://github.com/junhyekh/rlxp --skill rlxp-validate-candidate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rlxp-validate-candidate
Source: https://github.com/junhyekh/rlxp/tree/main/plugins/rl-experiment-assistant/skills/rlxp-validate-candidate
Command: npx skills add https://github.com/junhyekh/rlxp --skill rlxp-validate-candidate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents invalid or out-of-scope reinforcement-learning candidates from being launched, reducing wasted runs, metric drift, and contract violations.

Core Features & Use Cases

  • Schema and Identity Checks: Confirms the candidate matches the required format and the correct task and study identifiers.
  • Scope and Safety Validation: Verifies changed files, metric invariance, budget limits, command resolution, lifecycle status, and reward or curriculum or domain-randomization safety rules.
  • Launch Gate Enforcement: Rejects candidates that need additional probes, explicit exceptions, or approved rollout conditions before they can proceed.

Quick Start

Use the rlxp-validate-candidate skill to review this proposed candidate against the active contract and tell me whether it is safe to launch.

Frequently Asked Questions about rlxp-validate-candidate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate reinforcement learning candidates before launching an experiment?

Reinforcement learning candidate validation prevents unsafe launches by verifying schema formats, contract scope, and safety constraints. It checks task identity, allowed files, metric invariance, and budget limits to ensure experiment safety before any launch decision is made.

What is launch gating for reinforcement learning experiments?

Launch gating is a pre-launch review mechanism that rejects invalid or out-of-scope reinforcement learning candidates. It enforces lifecycle status, budget, and command resolution checks, blocking candidates that need additional probes or approved rollout conditions from proceeding.

How do I check contract compliance for domain randomization changes?

Checking contract compliance for domain randomization changes requires validating candidates against active contract scope and safety rules. This verifies allowed-file checks, metric invariance, and task identity matching to prevent contract violations during reinforcement learning experiment runs.

Why does my reinforcement learning experiment candidate fail schema checks?

Reinforcement learning candidates fail schema checks when they do not match the required format or correct task and study identifiers. Validation enforces these identity matches alongside budget and command resolution rules to prevent out-of-scope or invalid experiment launches.

Can I use automated validation for reward and curriculum changes in RL experiments?

Automated validation applies scope and safety rules to reward and curriculum changes in reinforcement learning experiments. The system verifies changed files, lifecycle status, and metric invariance to gate launches safely without manual contract review for every single iteration.