rlxp-audit-task

Audit RL repositories to identify implemented tasks and generate task cards.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns an RL codebase into a clear, evidence-backed task definition so you can align a user objective with the implemented environment, reward, and evaluation setup before any optimization begins.

Core Features & Use Cases

  • Task Discovery: Inspects entrypoints, configs, reward logic, termination conditions, curriculum, domain randomization, logging, checkpoints, and metrics to infer the actual task.
  • Scoped Documentation: Produces a task-specific task card and adapter draft so the repository can support a new task_id without mixing objectives.
  • Safe Research Workflow: Helps when the reward structure is unclear, the evaluation protocol needs mapping, or a new RL study must be defined without launching training.
  • Example Use Case: A researcher drops in an unfamiliar RL repository and uses this Skill to document the task, capture open questions, and prepare the project for contract-based experiment planning.

Quick Start

Ask the skill to audit the repository for the target RL objective and generate a task card, adapter draft, and open questions without running any training jobs.

Frequently Asked Questions about rlxp-audit-task

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

FAQPage Schema
How do I audit a reinforcement learning repository to identify the implemented task?

To audit a reinforcement learning repository, inspect entrypoints, configs, reward logic, termination conditions, and curriculum to infer the actual task. This captures evidence needed for a scoped experiment setup without launching training.

What is a task card in reinforcement learning and when do I need one?

A task card in reinforcement learning is a scoped documentation artifact that aligns a user objective with an implemented environment, reward, and evaluation setup. You need one when onboarding an unfamiliar repository or defining a new RL study.

Can I generate an adapter draft from an RL codebase without running training jobs?

Yes, you can generate an adapter draft from an RL codebase without running training jobs. The audit inspects logging, checkpoints, and metrics to produce a task-specific adapter draft and task card for contract-based experiment planning.

How do I map an unclear reward structure in a reinforcement learning repository?

To map an unclear reward structure in a reinforcement learning repository, inspect the reward logic and domain randomization configurations within the codebase. This audit clarifies the evaluation protocol before any optimization begins.

Does repository audit support new reinforcement learning objectives and curriculum implementations?

Yes, repository audit supports new reinforcement learning objectives and curriculum implementations by capturing open questions and preparing the project for a fresh task_id. It ensures objectives do not mix by producing scoped documentation.

What are the limitations of auditing an RL repository for task discovery?

A limitation of auditing an RL repository for task discovery is that it generates only a task card, adapter draft, and open questions without launching training jobs. It prepares the project for experiment planning but does not execute optimization.