Favicon of binlog-generation

binlog-generation Skill

AI Agent SkillC#Open source

Generate MSBuild binary logs (binlogs) for build diagnostics and analysis. USE FOR: adding /bl:{} to any dotnet build, test, pack, publish, or restore command to capture a full build execution trace, prerequisite for binlog-failure-analysis and build-perf-diagnostics skills, enabling post-build investigation of errors Published by microsoft in testfx.

Decision snapshot

Is this a fit?

Best for

Testing, Data analysis, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is binlog-generation Skill?

Generate MSBuild binary logs (binlogs) for build diagnostics and analysis. USE FOR: adding /bl:{} to any dotnet build, test, pack, publish, or restore command to capture a full build execution trace, prerequisite for binlog-failure-analysis and build-perf-diagnostics skills, enabling post-build investigation of errors Published by microsoft in testfx. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
75/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Testing
  • Data analysis
  • Testing use cases
  • Data analysis use cases

Declared skill metadata

  • Declared license: MIT
  • Source file: .agents/skills/binlog-generation/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use binlog-generation Skill

  • Use it for testing.
  • Use it for data analysis.

Built with

C#Copy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/testfx
  • Skill file: .agents/skills/binlog-generation/SKILL.md

What it does

Generate MSBuild binary logs (binlogs) for build diagnostics and analysis. USE FOR: adding /bl:{} to any dotnet build, test, pack, publish, or restore command to capture a full build execution trace, prerequisite for binlog-failure-analysis and build-perf-diagnostics skills, enabling post-build investigation of errors

Skill instructions

Generate Binary Logs Pass the /bl switch when running any MSBuild-based command. This is a non-negotiable requirement for all .NET builds. Commands That Require /bl You MUST add the /bl:{} flag to: - dotnet build - dotnet test - dotnet pack - dotnet publish - dotnet restore - msbuild or msbuild.exe - Any other command that invokes MSBuild Preferred: Use {} for Automatic Unique Names Note: The {} placeholder requires MSBuild 17.8+ / .NET 8 SDK or later. The {} placeholder in the binlog filename is replaced by MSBuild with a unique identifier, guaranteeing no two builds ever overwrite each other — without needing to track or check existing files. bash Every invocation produces a distinct file automatically dotnet build /bl:{} dotnet test /bl:{} dotnet build --configuration Release /bl:{} PowerShell requires escaping the braces: powershell PowerShell: escape { } as {{ }} dotnet build -bl:{{}} dotnet test -bl:{{}} Why This Matters 1. Unique names prevent overwrites - You can always go back

Verified compatibility and discovery

Frequently asked questions

What is binlog-generation?

binlog-generation is a open-source AI agent skill with Copy skill directory. Generate MSBuild binary logs (binlogs) for build diagnostics and analysis. USE FOR: adding /bl:{} to any dotnet build, test, pack, publish, or restore command to capture a full build execution trace.

Who is binlog-generation best for?

binlog-generation is best for reusing agent instructions, scripts, and references, testing workflows, data analysis workflows.

How do I install binlog-generation?

Install or run binlog-generation using Copy skill directory. Check binlog-generation for the latest setup command.

Is binlog-generation actively maintained?

binlog-generation may need a closer maintenance check before production use.

Share:

Stars
1,031
Forks
305
Last commit
2 months ago
Last verified
Aug 27, 2026
Metadata fetched
Aug 27, 2026
Repository age
10 years
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to binlog-generation