roslyn agents

10 tagged roslyn, measured the same way as everything else here.

Browse within: android 8uno 8uno-platform 8uwp 8xamarin 8

contract

01

unoplatform/uno

Agent Claude Code

Reviews changes for contract stability — public API surface vs WinUI parity (binary/source compat, [Uno.NotImplemented] handling, DependencyProperty registration), public surface minimality, and test fidelity (do tests validate behavior/parity, not implementation internals?). Use after a change that touches public…

10k 2d ago A 85 tokens original Apache-2.0

performance

02

unoplatform/uno

Agent Claude Code

Audits changes for performance hazards on all targets — blocking calls, async void time-bombs, source-generator allocation/cancellation discipline, layout/render hot-path allocations, property-system boxing, idle CPU toll, and WASM memory growth. Invoke with the change scope and the modules it touches.

10k 2d ago A 59 tokens original Apache-2.0

quality

03

unoplatform/uno

Agent Claude Code

Validates that a change correctly addresses its stated requirement, evaluates solution elegance, checks for duplication across platform partials and missed refactoring, verifies sample/test coverage, and flags comment pollution. Use after a change is drafted to verify the solution solves the right problem in the right…

10k 2d ago A 73 tokens original Apache-2.0

code-reviewer

04

VPDPersonal/Aspid.FastTools

Agent Claude Code

Reviews C# code for Unity/Editor boundary violations, generator correctness, and package conventions.

24 23d ago A 21 tokens original MIT

uss-bem-checker

05

VPDPersonal/Aspid.FastTools

Agent Claude Code

Reviews USS stylesheets and the C# strings that reference them against the Aspid.FastTools BEM grammar (class names) and the positional grammar (custom properties). Use after edits to any .uss file or to any code holding USS class names / --aspid- variables (Constants.cs, AspidStyles.cs, component .cs files).

24 23d ago A 77 tokens original MIT