Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use the free official JetBrains ReSharper Command Line Tools for .NET repositories. USE FOR: `jb inspectcode`; `jb cleanupcode`; stronger C# inspections, cleanup profiles, and CI-friendly JetBrains analysis. DO NOT USE FOR: replacing tests with inspection output; ad-hoc formatting-only work when the repo intentionally standardizes on another formatter. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.
.claude/skills/managedcode-resharper-clt/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-09 | ✗→✓ | ▲ Improved | 136% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 37% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 47% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 88% | 0% |
| case-06 | ✓→✓ | = Same ✓ | 41% | 0% |
jb inspectcode or jb cleanupcodeAGENTS.md.sln, .csproj, or bounded file set.editorconfigYourSolution.sln.DotSettingsAGENTS.md and confirm scope and constraints.Workflow through the Ralph Loop until outcomes are acceptable.Required Result Format with concrete artifacts and verification evidence.jb cleanupcode when working at solution scope.jb inspectcode first to surface issues before editing anything broad.jb cleanupcode with an explicit cleanup profile:Built-in: Full CleanupBuilt-in: Reformat CodeBuilt-in: Reformat & Apply Syntax Style.DotSettings file when policy changes.jb inspectcode after cleanup or fixes, then run the repo's normal quality pass and tests.If ReSharper Command Line Tools are not available yet:
rg --files -g '.config/dotnet-tools.json' -g '*.sln.DotSettings'dotnet tool list --localdotnet tool list --globalcommand -v jbdotnet new tool-manifest (if missing)dotnet tool install JetBrains.ReSharper.GlobalToolsdotnet tool install --global JetBrains.ReSharper.GlobalToolsjb inspectcode --helpjb cleanupcode --helpAGENTS.md, for example:dotnet build MySolution.sln -c Releasejb inspectcode MySolution.sln -o=artifacts/inspectcode.sarifjb cleanupcode MySolution.sln --profile="Built-in: Full Cleanup"YourSolution.sln.DotSettings.jb inspectcode once, fix or triage the surfaced issues, rerun it, and return status: configured or status: improved.status: not_applicable.jb inspectcode and jb cleanupcode commandsjb inspectcode output is reviewed and acted onUse 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.
Other measured skills in the registry, with their headline benchmark lift.