Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use the open-source free `StyleCop.Analyzers` package for naming, layout, documentation, and style rules in .NET projects. Use when a repo wants stricter style conventions than the SDK analyzers alone provide. USE FOR: the repo wants StyleCop.Analyzers; naming, layout, or documentation style needs stronger enforcement; the team needs stylecop.json guidance. DO NOT USE FOR: repos that intentionally rely only on SDK analyzers; repos where StyleCop overlaps too heavily with an existing style packag
.claude/skills/managedcode-stylecop-analyzers/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-16 | ✗→✓ | ▲ Improved | 6% | 0% |
| case-21 | ✗→✓ | ▲ Improved | 24% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -2% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 24% | 0% |
StyleCop.Analyzersstylecop.json guidanceStyleCop overlaps too heavily with an existing style package and no consolidation is plannedAGENTS.md.editorconfigstylecop.jsonAGENTS.md and confirm scope and constraints.Workflow through the Ralph Loop until outcomes are acceptable.Required Result Format with concrete artifacts and verification evidence.StyleCop.Analyzers only if the repo wants its opinionated style rules..editorconfig.stylecop.json only for StyleCop-specific behavioral options.stylecop.json per repo unless a project genuinely needs its own behavior.If StyleCop.Analyzers is not configured yet:
rg -n "StyleCop\\.Analyzers|stylecop\\.json" -g '*.csproj' -g 'stylecop.json' .dotnet add PROJECT.csproj package StyleCop.Analyzers.editorconfig and use stylecop.json only for StyleCop-specific behavior.dotnet build SOLUTION_OR_PROJECT and return status: configured or status: improved.status: not_applicable..editorconfig and stylecop.jsonstylecop.json is used only where it adds valueUse 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.
StyleCop.Analyzers to this solution.".editorconfig ownership."Other measured skills in the registry, with their headline benchmark lift.