Write, validate, and improve XML documentation comments in C# source code. Use when asked to add, fix, review, or complete XML docs for C# APIs.
71
86%
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
Write accurate, consistent XML documentation for the exact C# APIs in scope. This skill may be invoked directly or loaded by another agent working on those APIs.
Identify the exact types and members whose documentation is in scope. Read their signatures, nearby documentation, inherited APIs, and relevant implementation details before editing. Do not change API behavior while updating documentation.
To be added., then replace it
with useful documentation when the API is in scope.<see cref="..."/> and <paramref name="..."/> when they make references
clearer and can be resolved from the documented API./// <inheritdoc /> for overrides and interface implementations when the
inherited documentation is accurate.include attributes with the referenced content.
Search for all references before removing inlined content from the include file,
and delete the include file only when it has no remaining content or consumers.<para> and <remarks> elements./// and
the XML element (keep a single space, as in /// <summary>).<summary>, <value>, <typeparam>, <param>,
<returns>, <exception>, <remarks>, and <seealso>.Review the final diff for valid XML, resolvable cref values, complete parameter
and type-parameter coverage, and documentation that matches the API signatures and
behavior.
d259b5f
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.