dogfood
Exploratory QA of web apps: find bugs, evidence, reports.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/NousResearch/hermes-agent /tmp/hermes-agent && ln -s /tmp/hermes-agent/skills/software-development/dogfood ~/.claude/skills/dogfood
From README
Dogfood: Systematic Web Application QA Testing Overview This skill guides you through systematic exploratory QA testing of web applications using the browser toolset. You will navigate the application, interact with elements, capture evidence of issues, and produce a structured bug report. Prerequisites Browser toolset must be available (browsernavigate, browsersnapshot, browserclick, browsertype, browservision, browserconsole, browserscroll, browserback, browserpress) A target URL and testing scope from the user Inputs The user provides: Target URL — the entry point for testing Scope — what areas/features to focus on (or "full site" for comprehensive testing) Output directory (optional) — where to save screenshots and the report (default: ./dogfood-output) Workflow Follow this 5-phase systematic workflow: Phase 1: Plan Create the output directory structure: Identify the testing scope based on user input.