dotnet-code-quality-reviewer-prompt

Dispatch a .NET code quality review subagent using a standardized prompt template.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/fiatkongen/saurun-marketplace --skill dotnet-code-quality-reviewer-prompt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-code-quality-reviewer-prompt
Source: https://github.com/fiatkongen/saurun-marketplace/tree/main/plugins/saurun/skills/dotnet-code-quality-reviewer-prompt
Command: npx skills add https://github.com/fiatkongen/saurun-marketplace --skill dotnet-code-quality-reviewer-prompt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized prompt template to dispatch a dotnet code-quality review subagent, ensuring that .NET code is well-tested, maintainable, and free from common pitfalls in tests (e.g., inappropriate use of mocks, insufficient assertion counts, and anti-patterns).

Core Features & Use Cases

  • Unified review prompt: A ready-to-use template that checks test quality, architecture, and production-readiness for .NET projects.
  • Guided by best practices: Enforces xUnit/NSubstitute patterns, EF Core considerations, and clear mock boundaries.
  • Use Case: After completing a .NET implementation task, dispatch a code-quality review to surface defects, improvements, and testing gaps.

Quick Start

Load the dotnet-code-quality-reviewer-prompt skill, then dispatch a code-review task using the required placeholders and the superpowers:code-reviewer agent.

Frequently Asked Questions about dotnet-code-quality-reviewer-prompt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate .NET code review for xUnit and EF Core projects?

You can automate .NET code review by dispatching a standardized prompt template that checks test quality, architecture, and maintainability for C# projects using xUnit, NSubstitute, and EF Core. This surfaces defects and testing gaps post-implementation.

What are common .NET testing anti-patterns checked during an automated code review?

Common .NET testing anti-patterns checked include inappropriate use of mocks, insufficient assertion counts, and unclear mock boundaries. The review enforces best practices to ensure tests are maintainable and aligned with xUnit and NSubstitute patterns.

How do I dispatch a code-quality review subagent for a completed C# implementation?

To dispatch a code-quality review subagent, load the prompt skill and use the superpowers:code-reviewer base template. You provide implementation details, requirements, base and head SHAs, and additional criteria to execute the review.

Do I need the superpowers plugin to run automated .NET code reviews?

Yes, the superpowers plugin is required to load the code-reviewer base template. This template underpins the standardized prompt that dispatches the .NET code-quality review subagent for your C# projects.

Can I add custom criteria when reviewing EF Core and NSubstitute tests?

Yes, you can add custom criteria using the ADDITIONAL_REVIEW_CRITERIA placeholder. This allows you to extend the standardized review prompt to check for specific EF Core considerations and NSubstitute usage rules.