Verifies code changes by running tests and generation scripts
View on GitHubFebruary 3, 2026
Select agents to install to:
npx add-skill https://github.com/pubkey/rxdb/blob/4a73460f6bef3af06855ba3b8015d3f53ad35264/.agent/skills/verify/SKILL.md -a claude-code --skill verifyInstallation paths:
.claude/skills/verify/# 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 ```