tech-preflight-dotnet

Community

Catch .NET SDK issues before you build.

Authorandresharpe
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents avoidable build failures by validating your local .NET SDK environment against what your solution targets, then capturing a baseline state before any code changes happen.

Core Features & Use Cases

  • SDK/runtime compatibility verification: Compares installed SDKs from dotnet --list-sdks with all TargetFramework and TargetFrameworks values across .csproj files to flag gaps and assess rollforward viability.
  • Dependency graph mapping: Runs dotnet list {solution}.sln reference to identify project reference relationships and potential layering violations, including circular dependencies.
  • Baseline build capture: Executes dotnet build {solution}.sln and records error/warning counts plus messages so later failures can be distinguished from pre-existing issues.
  • Use cases: onboarding to a .NET solution, starting new tasks safely, or diagnosing build failures caused by SDK mismatches or architectural reference direction problems.

Quick Start

Run tech-preflight-dotnet to validate SDK compatibility, map the solution’s project reference graph, and capture a baseline dotnet build for comparison after changes.

Dependency Matrix

Required Modules

None required

Components

Standard package

đź’» Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: tech-preflight-dotnet
Download link: https://github.com/andresharpe/dotbot/archive/main.zip#tech-preflight-dotnet

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.