# Verify

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

- Skill: `narhakobyan/verify` (Agent Skill)
- Install (CLI): `npx skillmds@latest add narhakobyan/verify`
- Raw SKILL.md: https://api.skillmd.com/api/skills/narhakobyan/verify/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: narhakobyan (https://skillmd.com/u/narhakobyan)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/narhakobyan/verify

---


Run the following commands in sequence and report any failures:

```bash
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.

