agentsclimarketplace

Run2 unit test execution and verification

Skill cxcscmu/SkillLearnBench/skills/b3-teacher-feedback-gemini-3.1-flash-lite-preview/nlp-paper-reproduction/run2_unit_test_execution_and_verification

[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run2_unit_test_execution_and_verification

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Creates an orchestration script to run the immutable unit test and capture the output loss values.

SKILL.md

0.6 KB, as published. Nobody here has run it

  1. Create a script /root/run_verification.py that imports SimPOTrainer from /root/SimPO/scripts/simpo_trainer.py.
  2. Within this script, import the testing logic from /root/SimPO/unit_test/unit_test_1.py.
  3. Execute the unit test functions while capturing the returned loss tensor.
  4. Convert the captured tensor to a numpy array, ensuring it is cast to float32.
  5. Use numpy.savez('/root/loss.npz', losses=captured_array) to persist the results for final evaluation.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.