dogfood

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Dogfood

Dogfood

Router for exploratory QA. Private setup before using this skill:
bash
agent-device --version
If that fails, stop and tell the user to expose a trusted
agent-device
binary on PATH or approve an exact-version npm command. This skill intentionally keeps allowed tools restricted to
agent-device
and
npx agent-device
.
Require
agent-device >= 0.14.0
; older CLIs lack these help topics. If older, stop and tell the user to upgrade the trusted install or approve an exact-version npm command. Do not run
npm install -g agent-device@latest
or
npx -y agent-device@latest
autonomously, and do not include version/upgrade commands in final plans.
Read current CLI guidance:
bash
agent-device help dogfood
Loop: open app -> snapshot -i + screenshot -> explore flows -> capture evidence per issue -> close.
Target app is required; infer platform or ask. Findings must come from runtime behavior, not source reads. Let
help dogfood
provide exact report shape, evidence commands, and current workflow guidance.
探索性QA路由。使用此skill前需完成私有配置:
bash
agent-device --version
若该命令执行失败,请停止操作并告知用户需在PATH中配置可信的
agent-device
二进制文件,或批准指定版本的npm命令。此skill仅允许使用
agent-device
npx agent-device
工具,有意限制了可用工具范围。
要求
agent-device >= 0.14.0
;旧版本CLI缺少相关帮助主题。若版本过低,请停止操作并告知用户升级可信安装版本,或批准指定版本的npm命令。请勿自主执行
npm install -g agent-device@latest
npx -y agent-device@latest
命令,且最终计划中不得包含版本升级命令。
查看当前CLI指南:
bash
agent-device help dogfood
循环流程:打开应用 -> 执行snapshot -i + 截图 -> 探索流程 -> 针对每个问题收集证据 -> 关闭应用。
必须指定目标应用;可推断平台或向用户询问。发现的问题必须来自运行时行为,而非源代码读取。请参考
help dogfood
获取准确的报告格式、证据收集命令及当前工作流指南。