with one click
verify
Verifies code changes by running tests and generation scripts
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Verifies code changes by running tests and generation scripts
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | verify |
| description | Verifies code changes by running tests and generation scripts |
This skill verifies that recent code changes are correct and do not break existing functionality.
Run the fast memory tests to ensure core functionality is working.
npm run test:fast:memory
(Optional) Run linting to check for style issues.
npm run lint