Skip to main content
ClaudeWave
Skill2.7k repo starsupdated today

dogfood

This Claude Code skill enables systematic exploratory testing and quality assurance of mobile applications on iOS and Android using the agent-device tool. Use it when tasked with dogfooding, QA testing, bug hunting, or identifying usability issues in mobile apps, ensuring the agent-device CLI version 0.14.0 or higher is available on the system PATH before execution.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/callstack/agent-device /tmp/dogfood && cp -r /tmp/dogfood/skills/dogfood ~/.claude/skills/dogfood
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# 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.