بنقرة واحدة
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.