home/categories/debugging/dotnet-fsharp-github-skills-fsharp-diagnostics-skill-md
debuggingtools

fsharp-diagnostics

Always invoke after editing .fs files. Provides fast parse/typecheck feedback without a full dotnet build. Prefer this over dotnet build for iterative changes. Also finds symbol references and inferred type hints.

dotnet
maintainer
dotnet
Actualizado 4/1/2026
Estrellas
4273
Forks
854
quick start

Installation and usage

Always invoke after editing .fs files. Provides fast parse/typecheck feedback without a full dotnet build. Prefer this over dotnet build for iterative changes. Also finds symbol references and inferred type hints.

Instalación
$ install --globalskills.sh
Uso

Después de instalarlo, puedes usar este skill ejecutando el siguiente comando en tu terminal:

skills use fsharp-diagnostics