Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Select focused verification commands for Vellum Assistant changes. Use when deciding what tests, typechecks, lints, or smoke checks to run after editing this repository, especially before commits and pull requests.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-19 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-21 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -15% | 0% |
Never run unscoped bun test in this repository. The full suite is large and can hang or time out. Choose focused tests based on changed files, then add typechecking when the change affects shared contracts or cross-package behavior.
Before any Bun command:
bashexport PATH="$HOME/.bun/bin:$PATH"
Run commands from the package directory that owns the changed files, usually assistant, gateway, cli, clients/web, or clients/macos.
Assistant focused test:
bashcd assistant && bun test src/path/to/file.test.ts
Assistant test grep:
bashcd assistant && bun test src/path/to/file.test.ts --grep "case name"
Assistant typecheck:
bashcd assistant && bunx tsc --noEmit
Gateway focused test:
bashcd gateway && bun test src/path/to/file.test.ts
Add typecheck when edits touch:
Add migration tests when edits touch:
assistant/src/persistence/migrations/assistant/src/workspace/migrations/When proposing or running verification, explain why each command is selected and note anything intentionally skipped.
Other measured skills in the registry, with their headline benchmark lift.