Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when running tests. Shows how to run tests for a single package, including OpenSearch (ddb-os) tests when applicable.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -53% | 0% |
bashyarn test packages/<package-name>
bashyarn test:os packages/<package-name>
Determine which commands to run based on the package. Source of truth: the storageOps key in each package's ci.config.json.
yarn test AND yarn test:osThese packages have storageOps: ["ddb", "ddb-os,ddb"]:
api-acoapi-audit-logsapi-file-managerapi-file-manager-acoapi-headless-cmsapi-headless-cms-acoapi-headless-cms-bulk-actionsapi-headless-cms-import-exportapi-mailerapi-schedulerapi-workflowstaskstestingyarn test:os (no standalone ddb)These packages have storageOps: ["ddb-os,ddb"] (no separate "ddb" entry):
api-dynamodb-to-elasticsearchapi-elasticsearch-tasksapi-headless-cms-ddb-esapi-headless-cms-es-tasksapi-opensearchyarn test onlyIf a package is not listed above, run only yarn test.
If the list seems stale, re-derive it:
bash# Packages with ddb-os support grep -rl "ddb-os" --include="ci.config.json" packages/ | sort # Then check each file's storageOps to see if "ddb" is also present
Other measured skills in the registry, with their headline benchmark lift.