← ClaudeAtlas

auto-verifylisted

프론트엔드 UX 검증 — Playwright 기반 비주얼 검증을 실행합니다
Insajin/autopus-adk · ★ 107 · AI & Automation · score 85
Install: claude install-skill Insajin/autopus-adk
# auto-verify — Thin Alias Shim ## Autopus Branding When handling this workflow, start the response with the canonical banner from `templates/shared/branding-formats.md.tmpl`: ```text 🐙 Autopus ───────────────────────── ``` End the completed response with `🐙`. ## Codex Invocation Use this alias surface through any of these compatible forms: - `@auto verify ...` — canonical router when the local Autopus plugin is installed - `$auto-verify ...` — plugin-local direct alias shim - `$auto verify ...` — direct router skill invocation This file is not the detailed workflow definition. Reinterpret the user's latest `$auto-verify ...` request as `@auto verify ...`, preserve flags exactly, and immediately load skill `auto`. **프로젝트**: autopus-adk | **모드**: full ## Alias Shim Contract - Treat this file as a thin alias shim only. - Immediately load skill `auto` and use it as the canonical router. - Preserve `--auto`, `--loop`, `--multi`, `--quality`, `--model`, `--variant`, `--team`, `--solo`, and subcommand-specific flags exactly as received. - Let the router own `Context Load`, `SPEC Path Resolution`, branding, and hand-off to the detailed workflow. - Do not execute workflow phases directly from this file when a detailed workflow exists. ## Canonical Reinterpretation - Incoming alias: `$auto-verify <args>` - Canonical router payload: `@auto verify <args>` - Required next load: skill `auto` ## Detailed Workflow Source After the router resolves the request, use these det