Agent Skills: dotnet-msbuild

Comprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization.

UncategorizedID: autohandai/community-skills/dotnet-msbuild

Install this agent skill to your local

pnpm dlx add-skill https://github.com/autohandai/community-skills/tree/HEAD/dotnet-msbuild

Skill Files

Browse the full folder contents for dotnet-msbuild.

Download Skill

Loading file tree…

dotnet-msbuild/SKILL.md

Skill Metadata

Name
dotnet-msbuild
Description
"Comprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization."

dotnet-msbuild

Overview

Use this skill for MSBuild and .NET build work, including build failures, slow builds, SDK-style modernization, analyzers, targets, props, and CI build behavior using dotnet/skills.

Workflow

  1. Inspect .sln, .csproj, Directory.Build.*, global.json, package props, targets, and CI definitions.
  2. Reproduce the build issue with the smallest command that exercises the failing target.
  3. Diagnose property, item, target, SDK, package, and workload interactions with build logs when needed.
  4. Validate changes with restore/build/test or the affected CI command.

Guardrails

  • Do not flatten project files or remove targets without proving they are unused.
  • Preserve multi-targeting, packaging, analyzers, source generation, and CI behavior.
  • Keep performance and modernization changes measurable.

Expected Output

Return build-focused changes or guidance with the relevant MSBuild evidence and verification.