ワンクリックで
skill-c-xml-documentation-expert
Use when generating, reviewing, or updating XML documentation comments for public .NET APIs.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when generating, reviewing, or updating XML documentation comments for public .NET APIs.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when generating, reviewing, refactoring, or optimizing .NET 8 and C# code.
Use when creating, reviewing, or refactoring tests for Entity Framework Core applications.
Use when working with EF Core 8, repositories, transactions, query optimization, and migrations.
Use when implementing or modifying Revit Add-In behavior, external commands, external events, transactions, family handling, and BIM data workflows.
Use when working with SQL Server schema design, query tuning, indexing, transactions, locking, and EF Core SQL Server integration.
Use when creating, reviewing, or refactoring xUnit tests.
| name | Skill: C# XML Documentation Expert |
| description | Use when generating, reviewing, or updating XML documentation comments for public .NET APIs. |
Use this skill when generating, reviewing, or updating XML documentation comments for public .NET APIs.
Prioritize:
Documentation must describe actual behavior, not intended behavior.
Document:
Do not generate meaningless comments that simply repeat the member name.
Every public API should contain a meaningful <summary>.
The summary should explain:
Document every parameter using <param>.
Describe:
Use <returns> for all non-void methods.
Describe:
Use <exception> when callers should be aware of thrown exceptions.
Document:
Use <remarks> for:
Use <see> and <seealso> where helpful.
Prefer strongly typed references:
<see cref="Scotec.Revit.IRevitContext"/>