test-json-sql-sort
Installation
SKILL.md
Test Sort Primitive
Self-contained: Creates test data internally
Input: Creates $papers collection (years: 2020, 2021, 2023, 2022)
Operation: Sort by year descending
Expected Output: $sorted collection ordered: 2023, 2022, 2021, 2020
Related skills
More from bdambrosio/cognitive_workbench
test-json-sql-semantic-scholar
Test JSON SQL primitives with semantic-scholar output
32test-json-sql-setup
Creates test data for JSON SQL primitive tests
27test-json-sql-join
Tests join primitive (INNER JOIN)
27scienceworld-reset
Start a ScienceWorld episode. Reads scenario, difficulty, and seed from scienceworld_config in character YAML. Returns the initial observation plus a session_id for subsequent steps.
26test-json-sql-pluck
Tests pluck primitive (SELECT single field)
26scienceworld-act
Take a ScienceWorld action in the active session. Returns observation, reward, done. No session_id needed - uses active session from executive_node.
26