Skip to content

Commit d507366

Browse files
T-GroCopilot
andauthored
Make fsharp-diagnostics skill a directive, not a suggestion (#19520)
Change wording from 'use this to get...' to 'Always invoke after editing .fs files. Prefer this over dotnet build for iterative changes.' The agent treats suggestions as optional but directives as requirements. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 599a99f commit d507366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/skills/fsharp-diagnostics

.github/skills/fsharp-diagnostics/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: fsharp-diagnostics
3-
description: "After modifying any F# file, use this to get quick parse errors and typecheck warnings+errors. Also finds symbol references and inferred type hints."
3+
description: "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."
44
---
55

66
# F# Diagnostics

0 commit comments

Comments
 (0)