在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用code-style
星标26
分支4
更新时间2026年7月5日 20:26
Clean C# code style based on project rules
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Clean C# code style based on project rules
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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
| 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:
/*