一键导入
dogfood-analyze
Analyze dogfood results and classify failures by root cause
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze dogfood results and classify failures by root cause
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Suggest and apply a semver version bump based on commits since the last tag
Push current branch to remote origin
Scaffold a new Sharpy.Stdlib module (spy-sourced or handwritten C#) with all required files, conventions, docs, and tests
Implement a plan with a coordinated agent team
Run compiler or cross-language benchmarks and compare results
Regenerate C# snapshot tests and spy stdlib after intentional codegen changes
| name | dogfood-analyze |
| description | Analyze dogfood results and classify failures by root cause |
| argument-hint | [directory_name] |
Analyze dogfood results in dogfood_output/ and classify each failure into root cause categories (C1-C5).
Use the dogfood-analyst agent via the Task tool to perform the analysis:
Task tool:
subagent_type: dogfood-analyst
prompt: (see below)
If $ARGUMENTS is empty (no specific directory given), analyze all results:
Analyze all dogfood results in dogfood_output/. Read SUMMARY.md and runs.json first, then investigate each issue and skip directory. Classify every failure using categories C1-C5 and produce a structured report.
If $ARGUMENTS specifies a directory name, analyze only that item:
Analyze a single dogfood result. Look for the directory matching "$ARGUMENTS" under dogfood_output/issues/ or dogfood_output/skips/. Read its metadata.json, error.txt or skip_reason.txt, and source files. Classify using categories C1-C5 and produce a focused report for this single item.
Present the agent's report directly to the user.