with one click
dogfood-analyze
Analyze dogfood results and classify failures by root cause
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Analyze dogfood results and classify failures by root cause
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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.
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