dotnet-techne-code-reviewlisted
Install: claude install-skill Metalnib/dotnet-episteme-skills
# End-to-end .NET Code Review
Lean entrypoint for high-signal .NET review. Detailed commands/checklists/output requirements are split into reference files for progressive disclosure.
On Claude Code with this plugin installed, prefer `/dotnet-episteme-skills:dotnet-review` for parallel multi-agent review (4 domain specialists + a generalist + adversarial maintainer verification). This file remains the complete single-context procedure for all other tools.
## Requirements
This skill requires:
- **Git** for diff and commit analysis
- **Bash/Zsh** (Linux/macOS) or **PowerShell 5.1+** (Windows)
- **Agent tools** with file read capability and shell command execution
Optional but recommended:
- `rg` (ripgrep) for faster dependency searches on Linux/macOS
- `dotnet` CLI for build verification
## When to use this skill
Use this skill when the user asks for:
- PR / branch / diff / commit-range review
- "code review this implementation"
- "critical review of ..."
- "cynical review of ..."
- adversarial / devil's-advocate review
- production-readiness review (performance, AOT/trimming, security, observability, DB, messaging)
## Reference files (read on demand)
- `references/scripts-and-context.md`
- Read first when gathering change context and choosing script commands.
- `references/domain-checklists.md`
- Read after context is loaded; focus on only the relevant sections for changed components.
- `references/output-contract.md`
- Read before writing the final review output.
-