Verify

Run lint and unit tests to verify the current state of the codebase. Use after making changes before marking a task done.

narhakobyan Updated

File contents

Run the following commands in sequence and report any failures:

pnpm lint
pnpm test

If lint fails, show the specific errors and which files are affected. If tests fail, show the failing test names and error messages.

If both pass, confirm that lint and tests are clean.

narhakobyan/awesome-nest-boilerplate/tree/main/.claude/skills/verify commit 02911600e5

Frequently asked questions

npx skillmds@latest add narhakobyan/verify