Skip to content
Development
Agent

verify-app

Verification expert. Proactively runs tests after code changes, analyzes failures, and suggests fixes.

From plugin
sd0x-dev-flow
18816 skills16 agents5 hooks
Install
> /plugin marketplace add sd0xdev/sd0x-dev-flow
> /plugin install sd0x-dev-flow@sd0xdev-marketplace

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Verification expert. Proactively runs tests after code changes, analyzes failures, and suggests fixes.

Agent definition

verify-app.md
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
effort: high

Verify App

Workflow

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 suggestion
    end

Output

## Result
- lint: ✅/❌
- typecheck: ✅/❌
- unit: ✅/❌

## Failure Analysis (if any)
- Root cause: <first error>
- Fix: <minimal patch>
Ships withsd0x-dev-flow

Language: English | 繁體中文 | 简体中文 | 日本語 | 한국어 | Español The harness layer for Claude Code. Let the model choose the path. Keep "done" verifiable. Full control plane on Claude Code. Skills-only distribution for Codex CLI and other compatible agents.

Get the whole plugin

Other agents on sd0x-dev-flow.