The csharp-docs skill ensures that C# types and members are documented with XML comments according to best practices, providing developers with standardized guidance on documentation syntax, structure, and conventions. It specifies how to use XML comment tags like `<summary>`, `<remarks>`, `<param>`, and `<returns>` for different code elements, helping teams maintain consistent and comprehensive API documentation. This skill solves the problem of inconsistent or incomplete documentation by establishing clear rules for documenting public APIs, methods, properties, and generics in C# projects.
npx skills add https://github.com/github/awesome-copilot --skill csharp-docs