create-verification-skill
Installation
SKILL.md
Create a verification skill
Generate one project-local verifier for the next agent to run cold. Use the repository's existing canonical skill root; otherwise default to .agents/skills/verify-<app>/. Never mirror the skill into several host-specific roots.
Interview the repository
Discover before asking:
- Surface: primary user entrypoint and any secondary UI, CLI, API, mobile, desktop, or library surface.
- Launch: repository-native command, readiness signal, ports, environment, seed data, and authentication.
- Drive: existing Playwright, PTY, HTTP, debug, or application harness before a generic tool.
- Observe: screenshots, accessibility snapshots, transcripts, responses, logs, exit codes, and durable side effects.
- Isolate: per-run ports, profiles, data directories, and fixtures. Refuse to drive a shared human instance.
A checkout that cannot run is a blocker, not a basis for invented instructions. Report the exact failing prerequisite.
For agent-DX or worktree setup requests, use the capability-gap and cold-start checks.