sg-visual-discover
Installation
SKILL.md
/sg-visual-discover — Discover & Generate Visual Test Manifests
Explore the codebase of any web application, detect all user-facing routes and interactions, and generate a YAML test manifest tree that mirrors the UI navigation structure.
Recommended model: Sonnet 4.6. This skill crawls routes + generates YAML manifests — mechanical work where Opus 4.7 provides no measurable quality gain. Use
/model sonnetbefore invoking to save Opus weekly quota.
Invocations
| Command | Behavior |
|---|---|
/sg-visual-discover |
Interactive — detect changes, ask scope |
/sg-visual-discover <path> |
Discover routes in specific project path |
/sg-visual-discover --diff=main |
Generate manifests only for routes impacted by changes since main |
/sg-visual-discover --all |
Discover all routes (skip scope question) |
/sg-visual-discover --refresh-existing |
Diff mode against the detected base, plus regenerate refresh-eligible manifests for impacted routes |
/sg-visual-discover --all --refresh-existing |
Full discovery AND refresh every refresh-eligible existing manifest |