$npx -y skills add callstackincubator/agent-device --skill dogfoodSystematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.
| 1 | # Dogfood |
| 2 | |
| 3 | Router for exploratory QA. Private setup before using this skill: |
| 4 | |
| 5 | ```bash |
| 6 | agent-device --version |
| 7 | ``` |
| 8 | |
| 9 | 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`. |
| 10 | |
| 11 | 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. |
| 12 | |
| 13 | Read current CLI guidance: |
| 14 | |
| 15 | ```bash |
| 16 | agent-device help dogfood |
| 17 | ``` |
| 18 | |
| 19 | Loop: open app -> snapshot -i + screenshot -> explore flows -> capture evidence per issue -> close. |
| 20 | |
| 21 | 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. |