Back to Rxdb

Verify Changes

.agent/skills/verify/SKILL.md

17.1.0332 B
Original Source

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.

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

    bash
    npm run lint