Dogfood banner
spotcircuit spotcircuit

Dogfood

Testing community

Description

--- allowed-tools: Read, Write, Edit, Bash description: Exploratory web QA against a target URL — drives a real browser, captures evidence, writes a structured report. Driven by the `dogfood` skill. argument-hint: <url> [client-or-app-name] --- # /dogfood — Exploratory Web QA Drives a real browser against a URL to surface bugs, UX issues, regressions, and accessibility problems. Output: a markdown report + screenshots + machine-readable findings JSON, dropped into the target's `dogfood-{date}/

Installation

Installs to ~/.claude/commands/spotcircuit-rebar-dogfood.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/spotcircuit/rebar/HEAD/.claude/commands/dogfood.md -o ~/.claude/commands/spotcircuit-rebar-dogfood.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository