Creates a consolidated C# compiler diagnostic article skeleton, TOC entry, and optional seed-code metadata. Use to start a new error-consolidation workflow.
67
81%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Create a new consolidated compiler error and warning article. Do not merge existing articles or search for additional diagnostics in this skill.
Collect these inputs from the user:
.md filename, such as overloaded-operator-errors.md.Ask the user:
Where in the TOC should this entry be placed? Provide the name or href of the existing entry it should appear after.
Stop and wait for the answer before making any changes.
Create docs/csharp/language-reference/compiler-messages/{destination-filename} with this front matter:
---
title: "Resolve errors and warnings related to {theme description}"
description: "This article helps you diagnose and correct compiler errors and warnings related to {theme description}"
f1_keywords:
# populated from seed error codes, sorted numerically
helpviewer_keywords:
# populated from seed error codes, sorted numerically
ms.date: {today's date in MM/DD/YYYY format}
ai-usage: ai-assisted
---Add this body:
# Resolve errors and warnings for {short theme title}
This article covers the following compiler errors and warnings:
<!-- The text in this list generates issues for Acrolinx, because they don't use contractions.
That's by design. The text closely matches the text of the compiler error / warning for SEO purposes.
-->Add an entry to docs/csharp/language-reference/toc.yml immediately after the entry the user specified. Match neighboring indentation and style.
- name: {Short theme title}
href: ./compiler-messages/{destination-filename}
displayName: >
{theme keywords},
{CS codes sorted numerically, comma-separated}If the user supplied seed codes, process all of them as one batch.
For each code:
CS0220 becomes 220.../roslyn/src/Compilers/CSharp/Portable/Errors/ErrorCode.cs.<data> element in ../roslyn/src/Compilers/CSharp/Portable/CSharpResources.resx whose name exactly matches the constant name, including its ERR_ or WRN_ prefix.<value> child.Then:
Add every code to f1_keywords and helpviewer_keywords, sorted numerically.
Add every code to the article's master error list, sorted numerically:
- [**CS{NNNN}**](#anchor-tbd): *{verbatim error message}*Use #anchor-tbd until the consolidation phase assigns thematic anchors.
Replace Roslyn format placeholders such as '{0}' and '{1}' with descriptive terms while preserving the static message text and producing a coherent sentence. Prefer context-appropriate generic terms such as 'type', 'value', 'operator', 'member', or 'method'. For example, Constant value '{0}' cannot be converted to a '{1}' becomes Constant value 'value' cannot be converted to a 'type'. Use the following XML <comment> element, when present, to identify placeholder meanings.
Add every code to the TOC entry's displayName, sorted numerically.
Remove every code from f1_keywords in docs/csharp/misc/sorry-we-don-t-have-specifics-on-this-csharp-error.md.
Stop and present:
Wait for user approval before ending. Do not merge existing articles or search for additional diagnostics; those are separate skills.
48719fe
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.