Agent Skills: Test Join Primitive

Tests join primitive (INNER JOIN)

UncategorizedID: bdambrosio/cognitive_workbench/test-json-sql-join

Install this agent skill to your local

pnpm dlx add-skill https://github.com/bdambrosio/Cognitive_workbench/tree/HEAD/src/saved_plans/test-json-sql-join

Skill Files

Browse the full folder contents for test-json-sql-join.

Download Skill

Loading file tree…

src/saved_plans/test-json-sql-join/SKILL.md

Skill Metadata

Name
test-json-sql-join
Description
Tests join primitive (INNER JOIN)

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