Metalnib

Dotnet Review — Security skill for Claude Code

Security community

Multi-agent .NET code review - up to five reviewers in parallel (correctness, performance, security/observability, data/messaging/integration, generalist), then an adversarial maintainer pass that ref.

How to install Dotnet Review

Installs to ~/.claude/skills/metalnib-dotnet-episteme-skills-dotnet-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/metalnib-dotnet-episteme-skills-dotnet-review && curl -fsSL https://raw.githubusercontent.com/Metalnib/dotnet-episteme-skills/HEAD/commands/dotnet-review.md -o ~/.claude/skills/metalnib-dotnet-episteme-skills-dotnet-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Dotnet Review does


description: Multi-agent .NET code review - up to five reviewers in parallel (correctness, performance, security/observability, data/messaging/integration, generalist), then an adversarial maintainer pass that refutes weak findings. Runs the bundled dotnet-review workflow; reviewer model scales with change size. argument-hint: "[branch|commit-range|--staged|(empty = uncommitted changes)] [--cynical] [--model sonnet|opus|fable] [--effort low|medium|high|xhigh|max]"

/dotnet-review — orc

Alternatives in Security

  • FastAPI Review — Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu 243.5k ★
  • Pal — Multi-model AI integration — chat, debugging, code review, planning, security audit 11.3k ★
  • Azure Key Vault .net — Cryptographic key management 1.8k ★

Full documentation available on GitHub

View Source Repository