一键导入
run-the-app
Start the app with dev auth bypass, use Playwright CLI to reach a target page or complete a user task, then hand over with show or annotate.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start the app with dev auth bypass, use Playwright CLI to reach a target page or complete a user task, then hand over with show or annotate.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automate browser interactions, test web pages and work with Playwright tests.
Audit the .snyk ignore list against live Snyk vulnerability data and remove entries whose affected version ranges no longer cover the installed versions in yarn.lock.
| name | run-the-app |
| description | Start the app with dev auth bypass, use Playwright CLI to reach a target page or complete a user task, then hand over with show or annotate. |
| allowed-tools | Bash(yarn:*), Read(*) |
Use this skill when the user asks to run the local app, navigate to a specific page, or complete an in-app task.
This skill must leverage the playwright-cli skill for browser automation patterns and commands.
Use this skill for requests like:
Extract and restate the target as one of:
If the objective is ambiguous, ask a clarifying question before running commands.
Boot the app using:
yarn dev:skip-auth
Run it as a background process and wait until the app is reachable (for example at http://localhost:3000 or project default).
If startup fails, capture the error and hand over with show only if a page is available; otherwise report the terminal error and ask the user how to proceed.
Follow the playwright-cli skill for browser automation patterns and command strategy.
Always run Playwright CLI via Yarn.
First verify the Yarn-managed CLI is available:
yarn playwright-cli --version
If it is missing, install it with Yarn, then continue:
yarn install
Open the app and navigate with Playwright CLI until one of the stop conditions is reached.
Prefer:
yarn playwright-cli open http://localhost:3000
yarn playwright-cli snapshot
Always start at "http://localhost:3000" and work to the desired page by following the flow.
Ask if you do not know how to get to a page. Never skip directly to the page.
Work through the app to either:
When any of the following occurs, stop automation and hand over to the user:
Then run:
yarn playwright-cli show
This lets the user see the live page and continue from that state.
If the user asks to provide page feedback, review, or annotations, use:
yarn playwright-cli show --annotate
Use this instead of plain show whenever feedback is explicitly requested.
show when handing off at a success or blocked state.show --annotate when the user wants UI feedback, comments, or markup on a page.show rather than guessing user intent.yarn install to install it from the dependencies.Before handoff, provide a concise status update:
show or show --annotate was launched