什么是 dogfood?
系统地探索和测试 Web 应用程序以查找错误、用户体验问题和其他问题。当被要求“dogfood”、“QA”、“探索性测试”、“查找问题”、“bug 搜寻”、“测试此应用程序/网站/平台”或审查 Web 应用程序的质量时使用。生成一份结构化报告,其中包含完整的重现证据(包括每个问题的分步屏幕截图、重现视频和详细的重现步骤),以便将调查结果直接交给负责的团队。 来源:connorads/dotfiles。
系统地探索和测试 Web 应用程序以查找错误、用户体验问题和其他问题。当被要求“dogfood”、“QA”、“探索性测试”、“查找问题”、“bug 搜寻”、“测试此应用程序/网站/平台”或审查 Web 应用程序的质量时使用。生成一份结构化报告,其中包含完整的重现证据(包括每个问题的分步屏幕截图、重现视频和详细的重现步骤),以便将调查结果直接交给负责的团队。
通过命令行快速安装 dogfood AI 技能到你的开发环境
来源:connorads/dotfiles。
Systematically explore a web application, find issues, and produce a report with full reproduction evidence for every finding.
Only the Target URL is required. Everything else has sensible defaults -- use them unless the user explicitly provides an override.
| Target URL | (required) | vercel.com, http://localhost:3000 | | Session name | Slugified domain (e.g., vercel.com -> vercel-com) | --session my-session | | Output directory | ./dogfood-output/ | Output directory: /tmp/qa | | Scope | Full app | Focus on the billing page | | Authentication | None | Sign in to user@example.com |
系统地探索和测试 Web 应用程序以查找错误、用户体验问题和其他问题。当被要求“dogfood”、“QA”、“探索性测试”、“查找问题”、“bug 搜寻”、“测试此应用程序/网站/平台”或审查 Web 应用程序的质量时使用。生成一份结构化报告,其中包含完整的重现证据(包括每个问题的分步屏幕截图、重现视频和详细的重现步骤),以便将调查结果直接交给负责的团队。 来源:connorads/dotfiles。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/connorads/dotfiles --skill dogfood系统地探索和测试 Web 应用程序以查找错误、用户体验问题和其他问题。当被要求“dogfood”、“QA”、“探索性测试”、“查找问题”、“bug 搜寻”、“测试此应用程序/网站/平台”或审查 Web 应用程序的质量时使用。生成一份结构化报告,其中包含完整的重现证据(包括每个问题的分步屏幕截图、重现视频和详细的重现步骤),以便将调查结果直接交给负责的团队。 来源:connorads/dotfiles。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/connorads/dotfiles --skill dogfood 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/connorads/dotfiles