en un clic
code-style
Clean C# code style based on project rules
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Clean C# code style based on project rules
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | code-style |
| description | Clean C# code style based on project rules |
| allowed-tools | ["read","edit","grep","glob","ask_user_question"] |
| triggers | ["user","model"] |
Ask the user which files they want to clean if no file list is provided.
For the selected *.cs files, apply the repository style:
/// <inheritdoc/> only when the parent/interface member has accurate documentation.if, for, foreach, while, try, and similar blocks.this. where appropriate.System namespaces first.YYYY with the file creation year or range:
/*Write the release notes
Review the changelog and last commits for consistency
Simplify the [Unreleased] section of CHANGELOG.md (or a specific version) into a user-focused changelog summary using the instructions from the CI workflow.
Write a commit message for the currently staged or uncommitted changes
Debug some feature
Instruct the AI to fully refactor code, prioritizing best quality over minimal changes