بنقرة واحدة
format
Format C# code whitespace per project .editorconfig conventions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Format C# code whitespace per project .editorconfig conventions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Implement a plan with coordinated agents
Verify completed plan implementation, fix gaps, and commit fixes
Validate C# scripts compile by running a standalone syntax check
Clean temporary files and build artifacts
Close GitHub issues that have been implemented, with verification
Stage and commit current changes with an auto-generated message
| name | format |
| description | Format C# code whitespace per project .editorconfig conventions |
Format C# code whitespace. This repo uses an .editorconfig matching the sharpy project conventions (4-space indent, Allman braces, LF line endings).
Usage: /format
Behavior:
Log location: .claude/tmp/last-format.log
mkdir -p .claude/tmp to ensure log directory exists.rm -f .claude/tmp/last-format.log..cs files in the package: find Editor Runtime Tests -name '*.cs' 2>/dev/nullsed or equivalent..claude/tmp/last-format.log.cat .claude/tmp/last-format.logtail -50 .claude/tmp/last-format.log