원클릭으로
format
Format code whitespace per project conventions (also auto-formatted on save by Claude hook)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Format code whitespace per project conventions (also auto-formatted on save by Claude hook)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Suggest and apply a semver version bump based on commits since the last tag
Push current branch to remote origin
Scaffold a new Sharpy.Stdlib module (spy-sourced or handwritten C#) with all required files, conventions, docs, and tests
Implement a plan with a coordinated agent team
Run compiler or cross-language benchmarks and compare results
Regenerate C# snapshot tests and spy stdlib after intentional codegen changes
| name | format |
| description | Format code whitespace per project conventions (also auto-formatted on save by Claude hook) |
Format code whitespace using dotnet format. This is required before commits per CLAUDE.md guidelines.
Usage: /format
Behavior:
Log location: .claude/tmp/last-format.log
mkdir -p .claude/tmp to ensure log directory existsrm -f .claude/tmp/last-format.logdotnet format whitespace > .claude/tmp/last-format.log 2>&1cat .claude/tmp/last-format.logtail -50 .claude/tmp/last-format.log, then echo "=== Full log: .claude/tmp/last-format.log ==="