with one click
format
Format C# code whitespace per project .editorconfig conventions
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Format C# code whitespace per project .editorconfig conventions
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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