Verify

Verifies code changes by running tests and generation scripts Use when this capability is needed.

tomevault-io Updated

File contents

Verify Changes

This skill verifies that recent code changes are correct and do not break existing functionality.

Steps

  1. Run the fast memory tests to ensure core functionality is working.

    npm run test:fast:memory
    
  2. (Optional) Run linting to check for style issues.

    npm run lint
    

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/pubkey--rxdb--verify commit 2854df682b

Frequently asked questions

npx skillmds@latest add tomevault-io/verify-2