Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use the free first-party `dotnet format` CLI for .NET formatting and analyzer fixes. USE FOR: the repo uses dotnet format; you need a CI-safe formatting check for .NET; the repo wants .editorconfig-driven style enforcement. DO NOT USE FOR: repositories that intentionally use CSharpier as the only formatter; analyzer strategy with no formatting command change. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are
.claude/skills/managedcode-format/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 4% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -16% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 41% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 32% | 0% |
dotnet format.editorconfig-driven style enforcementCSharpier as the only formatterAGENTS.md.editorconfigAGENTS.md and confirm scope and constraints.Workflow through the Ralph Loop until outcomes are acceptable.Required Result Format with concrete artifacts and verification evidence.dotnet format command instead of inventing custom format scripts.dotnet format TARGET --verify-no-changes.whitespacestyleanalyzers.editorconfig as the source of truth for style preferences.CSharpier, document which tool owns which file types or rules.If dotnet format is requested but not available yet:
dotnet --infodotnet format --versiondotnet format as SDK-provided, not as a separate repo-local tool by default.dotnet format --version.AGENTS.md, usually:dotnet format TARGET --verify-no-changesstatus: configured or status: improved.CSharpier for formatting ownership, return status: not_applicable.dotnet format commands for local and CI runs.editorconfigUse the Ralph Loop for every task, including docs, architecture, testing, and tooling work.
status: not_applicable with explicit reason and fallback path.status: complete | clean | improved | configured | not_applicable | blockedplan: concise plan and current iteration stepactions_taken: concrete changes madevalidation_skills: final skills run, or skipped with reasonsverification: commands, checks, or review evidence summaryremaining: top unresolved items or noneFor setup-only requests with no execution, return status: configured and exact next commands.
dotnet format to this repo."dotnet format versus CSharpier."Other measured skills in the registry, with their headline benchmark lift.