---
name: Verify
slug: verify-3
category: Quality
description: Verify runs the app to confirm a code change works as expected. Use it after making changes to catch regressions before merging.
github: "https://github.com/NanmiCoder/cc-haha/tree/main/src/skills/bundled/verify"
language: TypeScript
stars: 14103
forks: 8535
install: "npx degit https://github.com/NanmiCoder/cc-haha/tree/main/src/skills/bundled/verify ~/.claude/skills/verify"
installs_to: ~/.claude/skills/verify
source_path: src/skills/bundled/verify/SKILL.md
collection_size: 3
category_size: 1354
collection_url: "https://dirskills.com/collections/NanmiCoder/cc-haha"
added: 2026-08-14T07:13:22.121Z
last_synced: 2026-08-14T07:13:22.121Z
canonical_url: "https://dirskills.com/skills/verify-3"
---

# Verify

Verify runs the app to confirm a code change works as expected. Use it after making changes to catch regressions before merging.

**Install:**

```bash
npx degit https://github.com/NanmiCoder/cc-haha/tree/main/src/skills/bundled/verify ~/.claude/skills/verify
```

## README

Verify the code change works as expected.
