Agent skill
dotnet-build-diagnostics
Capture dotnet environment and CI-style build diagnostics with binlog and summary output.
Install this agent skill to your Project
npx add-skill https://github.com/incursa/workbench/tree/main/.codex/skills/dotnet-build-diagnostics
SKILL.md
dotnet-build-diagnostics
Collect build diagnostics, including a binlog and a summary log suitable for sharing in chat.
Outputs
artifacts/codex/build.binlogartifacts/codex/build-summary.txt
Requirements
dotnetCLIpython3(bash script only)- PowerShell (
pwsh) for Windows
Run
Bash:
bash .codex/skills/dotnet-build-diagnostics/scripts/run-build-diagnostics.sh
PowerShell:
pwsh -File .codex/skills/dotnet-build-diagnostics/scripts/run-build-diagnostics.ps1
Guidance for sharing errors
- Open
artifacts/codex/build-summary.txtand paste only the error list and the first few lines of any stack trace into chat. - If the log is large, include the first error block and the last 50 lines of the build output.
- We will iterate by fixing one error at a time and re-running the script to confirm progress.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
workbench-github
GitHub workflows for Workbench CLI. Use when creating pull requests from work items or wiring GitHub-specific actions.
workbench-architecture
Architecture and ADR workflows for Workbench CLI. Use when documenting system design, decisions, tradeoffs, or rationale that must be tracked over time.
dotnet-test-triage
Run dotnet test, capture failed test cases, and generate a rerun filter plus a markdown failure summary. Use when test runs fail and you need a focused rerun command or a compact failure report.
dotnet-symbol-grep-recipes
Quick ripgrep recipes for common C# navigation tasks in this repo.
workbench-docs
Documentation workflows for Workbench CLI. Use when creating or updating specs, ADRs, runbooks, guides, or general docs, and when syncing backlinks or change notes.
workbench-work-items
Work item management for Workbench CLI. Use when creating, updating, linking, or closing work items and tracking execution status.
Didn't find tool you were looking for?