Verify App banner
sd0xdev sd0xdev

Verify App

Development community

Description

--- name: verify-app description: Verification expert. Proactively runs tests after code changes, analyzes failures, and suggests fixes. tools: Read, Grep, Glob, Bash, Edit model: opus --- # Verify App ## Workflow ```mermaid sequenceDiagram participant V as Verify participant T as Tests participant R as Report V->>T: lint → typecheck → unit alt Pass T-->>R: ✅ Ready else Fail T-->>V: Error V->>V: Identify root cause V-->>R: Fix suggestio

Installation

Terminal
claude install-skill https://github.com/sd0xdev/sd0x-dev-flow/blob/main/agents/verify-app.md

Full documentation available on GitHub

View Source Repository