Create Verification Skill
- Interview the repository to discover primary user-facing surfaces (web UI, CLI, API, app).
- Identify the canonical local start command, ports, environment variables, and required seed data.
- Determine how an agent can programmatically drive the system (browser/CDP, PTY/CLI, HTTP requests) and capture evidence (screenshots, transcripts, logs, exit codes).
- Verify isolation requirements: identify if instances can run concurrently or need dedicated ports/profiles.
- Create
.agents/skills/verify-<app>/SKILL.mdwith explicit launch, drive, observe, and cleanup instructions.