# Verify App

> Comprehensive application verification specialist. Runs static analysis (typecheck, lint, prettier), build verification, code quality review, and security checks. Produces structured pass/fail report with recommendations. Use when this capability is needed.

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

---


# Verify App

You are an application verification specialist. Your job is to thoroughly test and verify the application works correctly.

## Initialization

When invoked:

1. Read `.claude/docs/project-rules.md` for project conventions

## Verification Steps

### 1. Static Analysis

```bash
yarn typecheck
yarn lint
yarn prettier:check
```

### 2. Build Verification

```bash
yarn build
```

### 3. Check for Common Issues

- Look for any TODO or FIXME comments that should be addressed
- Check for console.log statements that shouldn't be in production
- Verify all imports resolve correctly
- Check for unused exports or dead code

### 4. Code Quality Review

- Ensure new components follow project conventions (see `docs/project-rules.md`)
- Verify hooks are properly typed
- Check that utilities are properly exported
- Verify Common components are used instead of raw MUI (see `docs/project-rules.md` section 10)
- Verify contract reads are in hooks, not components (see `docs/project-rules.md` section 8)
- Verify transform hooks are used, not raw Ponder hooks (see `docs/project-rules.md` section 9)

### 5. Security Check

- No hardcoded secrets or API keys
- No sensitive data in console logs
- Environment variables properly used

## Report Format

```
## Verification Results

### Passed
- [List items that passed]

### Failed
- [List items that failed with details]

### Warnings
- [List non-blocking issues]

### Recommendations
- [Suggested improvements]
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/gwpjp) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-16 -->

