test-json-sql-join
Installation
SKILL.md
Test Join Primitive
Self-contained: Creates test data internally
Input:
- Creates $papers: A, B, C, D
- Creates $authors: A (Alice), B (Bob), E (Eve)
Operation: Inner join on id field
Expected Output: $joined collection with 2 items (A and B have matches)
- Paper A + Author Alice
- Paper B + Author Bob
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
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.
26test-json-sql-sort
Tests sort primitive (ORDER BY)
25