What problem does it solve? Writing consistent, high-quality XML documentation for C# APIs is tedious and often inconsistent across teams, especially when projects mix Korean and English documentation or follow strict style standards like POCU naming conventions. ## Core Features & Use Cases - Pattern-Based Documentation: Provides a complete pattern library covering properties, methods, classes, enums, extension methods, factory methods, and interface-vs-implementation documentation using <inheritdoc/>. - 3-Step Review Workflow: Generates drafts with Claude-Haiku, refines them through Gemini or Codex CLI expert review, and requires final manual approval before integration. - Flexible Language Support: Supports pure Korean, pure English, or mixed bilingual documentation with consistency rules and formatting guidance for tags like <remarks>, <value>, <exception>, and <para>. - Use Case: When adding XML docs to a Unity C# interface and its implementation, the skill produces full contract documentation on the interface and concise <inheritdoc/> plus implementation notes on the class. ## Quick Start Ask the AI to generate XML documentation for a specific C# method, class, or interface following the csharp-xml-docs patterns and your preferred language.