create-app-verifier

Installation
SKILL.md

Create an application verifier

Create a reusable project-local skill that lets a later agent drive the real application through supported user paths and capture skeptical-reviewer evidence.

Read references/generated-verifier-contract.md before generating files.

Discover

Interview the repository before asking the user. Determine the primary user surface, documented launch command, readiness signal, existing harnesses, stable interaction handles, observable effects, and isolation capabilities. Prefer repository-owned Playwright, CDP, accessibility, PTY, HTTP, simulator, or CLI surfaces over a new driver.

Do not modify product code or repair a broken environment unless the user also asked for that work. Report a blocker rather than teaching false steps.

Generate

Use the repository's existing project skill root or .agents/skills/ when none exists. Create verify-<app>/ with:

Installs
2
First Seen
Sep 1, 2026
create-app-verifier — hraness/skillpack