.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/sd0x-dev-flow/verify-app
home/subagents/sd0xdev/sd0x-dev-flow/verify-app
sd0xdev avatar

verify-app

bysd0xdev· 15 subagents

Stars

176

Forks

23

Category

Testing & QA

View on GitHub

TL;DR

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

How to install verify-app?

sd0xdev/sd0x-dev-flow/verify-app
$curl -o .claude/agents/verify-app.md https://raw.githubusercontent.com/sd0xdev/sd0x-dev-flow/HEAD/agents/verify-app.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install verify-app by running `curl -o .claude/agents/verify-app.md https://raw.githubusercontent.com/sd0xdev/sd0x-dev-flow/HEAD/agents/verify-app.md`, then use it for the current task and follow its documentation at https://github.com/sd0xdev/sd0x-dev-flow.

Files · 1

View on GitHub
agents/verify-app.md
1# Verify App
2 
3## Workflow
4 
5```mermaid
6sequenceDiagram
7 participant V as Verify
8 participant T as Tests
9 participant R as Report
10 
11 V->>T: lint → typecheck → unit
12 alt Pass
13 T-->>R: ✅ Ready
14 else Fail
15 T-->>V: Error
16 V->>V: Identify root cause
17 V-->>R: Fix suggestion
18 end
19```
20 
21## Output
22 
23```
24## Result
25- lint: ✅/❌
26- typecheck: ✅/❌
27- unit: ✅/❌
28 
29## Failure Analysis (if any)
30- Root cause: <first error>
31- Fix: <minimal patch>
32```

Preview

sd0xdev/sd0x-dev-flowsd0xdev/sd0x-dev-flow

# Verify App

## Workflow

```mermaid

sequenceDiagram

Reposd0xdev/sd0x-dev-flow
TypeSubagents
CategoryTesting & QA
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. microsoft avatarplaywright-test-generatorUse this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item.SubagentsJul 202694k
  2. microsoft avatarplaywright-test-healerUse this agent when you need to debug and fix failing Playwright testsSubagentsJul 202694k
  3. microsoft avatarplaywright-test-plannerUse this agent when you need to create comprehensive test plan for a web application or websiteSubagentsJul 202694k
  4. addyosmani avatartest-engineerQA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality.SubagentsJul 202680k
  5. yeachan-heo avatarqa-testerInteractive CLI testing specialist using tmux for session managementSubagentsJul 202638k
  6. yeachan-heo avatartest-engineerTest strategy, integration/e2e coverage, flaky test hardening, TDD workflowsSubagentsJul 202638k