What problem does it solve? It enforces consistent, read-only code review standards across a full-stack .NET 8 and React 19 repository, so every file or diff is checked against the same universal, backend, and frontend rules without the reviewer editing code. ## Core Features & Use Cases - Structured severity-ranked reviews: Produces findings labeled Blocker, Major, Minor, or Suggestion with rule citations and suggested fixes, using a fixed output template. - Stack-specific rule sets: Applies universal safety rules (no PII, no stack traces), .NET backend rules (repository pattern, EF Core soft delete, migrations), and React/TypeScript rules (no any, hooks, Tailwind v4, shadcn/ui, WCAG checklist). - Automated PR review mode: Emits a JSON array of findings for consumption by a CI bot script, plus optional Context7 lookups when library or WCAG guidance is uncertain. - Use Case: A developer pastes a pull request diff touching IncidentsApi and asks for a review; the skill verifies soft-delete handling, DTO boundaries, and test coverage, then reports findings without modifying any files. ## Quick Start Ask the assistant to review a specific file or pasted diff, for example: review the changes in IncidentsApi/Repositories/EfIncidentRepository.cs.