Verify

Verifies code changes by running tests and generation scripts

pubkey 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
    

pubkey/rxdb/tree/main/.agent/skills/verify commit a6080a6bc0

Frequently asked questions

npx skillmds@latest add pubkey/verify