test-json-sql-filter
Installation
SKILL.md
Test Filter-Structured Primitive
Self-contained: Creates test data internally
Input: Creates $papers collection (citations: 100, 250, 50, 180)
Operation: Filter where citations > 100
Expected Output: $high_cited collection with 2 items (Transformers: 250, Scaling Laws: 180)
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