Dotnet Techne Code Review

Structured .NET PR review with adversarial mode and heuristic risk-grep scripts.

Door Metalnib · Metalnib/dotnet-episteme-skills

Getest · Werkt ★ 9.2/10

Dotnet Techne Code Review — Structured .NET PR review with adversarial mode and heuristic risk-grep scripts.

Wat het doet

Reviews .NET diffs/branches/commit-ranges for correctness, performance, security, DB and messaging issues using a fixed output contract (severity/evidence/fix/confidence). Triggers on code-review requests, including an adversarial 'cynical mode' for skeptical review language, and ships bundled bash/PowerShell scripts that grep diffs for known risk patterns (blocking .Result, raw SQL, swallowed exceptions).

Testrapport

Ran its review-context.sh script against a throwaway git repo with a deliberately broken feature branch (blocking .Result, string-built SQL, static mutable cache, swallowed exception) and the built-in heuristic grep flagged all four risk lines by number before the model even started reasoning, then the output-contract format forced severity/evidence/fix/confidence per finding — more rigorous and faster to audit than an unguided review.

Getest op: 2026-07-15 · Claude Code 2.x (agent harness)

Installatie

git clone https://github.com/Metalnib/dotnet-episteme-skills.git
mkdir -p ~/.claude/skills
cp -r dotnet-episteme-skills/skills/dotnet-techne-code-review ~/.claude/skills/dotnet-techne-code-review

Commando's en voorbeeldprompts

  • /dotnet-techne-code-reviewStructured .NET PR review with adversarial mode and heuristic risk-grep scripts.

Skills reageren op gewone verzoeken — geen commando's om te onthouden. Na installatie activeren prompts zoals deze de skill (in het Engels):

  • review this C# pull request for blocking calls and raw SQL injection
  • be brutally skeptical reviewing my .NET branch before I open the PR
  • check my ASP.NET diff for swallowed exceptions and unsafe raw SQL