Agent Skills: Test Sort Primitive

Tests sort primitive (ORDER BY)

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

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-sort

Skill Files

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

Download Skill

Loading file tree…

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

Skill Metadata

Name
test-json-sql-sort
Description
Tests sort primitive (ORDER BY)

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