# Verify

> Verifies code changes by running tests and generation scripts

- Skill: `mahabdalla/verify` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mahabdalla/verify`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mahabdalla/verify/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mahabdalla (https://skillmd.com/u/mahabdalla)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/mahabdalla/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
   ```

---
> Converted and distributed by [TomeVault](https://tomevault.io) | [Claim this content](https://tomevault.io/claim/pubkey/rxdb)

