verify

star 23.2k

Verifies code changes by running tests and generation scripts

pubkey By pubkey schedule Updated 1/27/2026

name: verify description: Verifies code changes by running tests and generation scripts

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
    
Install via CLI
npx skills add https://github.com/pubkey/rxdb --skill verify
Repository Details
star Stars 23,231
call_split Forks 1,164
navigation Branch main
article Path SKILL.md
More from Creator