code-review-workflow

Automate structured .NET code reviews with Roslyn MCP tools.

640|145|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/codewithmukesh/dotnet-claude-kit --skill code-review-workflow-codewithmukesh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-workflow
Source: https://github.com/codewithmukesh/dotnet-claude-kit/tree/main/skills/code-review-workflow
Command: npx skills add https://github.com/codewithmukesh/dotnet-claude-kit --skill code-review-workflow-codewithmukesh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review workflows for .NET projects can be inconsistent and time-consuming; this skill automates structured reviews using Roslyn MCP tools to standardize quality checks.

Core Features & Use Cases

  • Automated, multi-dimension review focusing on correctness, security, performance, architecture compliance, and test coverage.
  • Generates actionable reports with severity-based findings and a clear blast-radius analysis.
  • Supports loading and applying MCP-driven diagnostics and antipattern detection to guide developer fixes.

Quick Start

Run an MCP-based code review on the current pull request to generate a structured report.

Frequently Asked Questions about code-review-workflow

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

FAQPage Schema
How do I automate code review for .NET pull requests?

Automating .NET code review involves applying structured workflows using Roslyn MCP tools to standardize quality checks across pull requests. This skill automates the detection of antipatterns, diagnostics, and architecture compliance directly within your codebase.

What is blast radius analysis in a Roslyn code review?

Blast radius analysis in a Roslyn code review identifies the potential impact of code changes across the .NET codebase. It generates actionable reports with severity-based findings to help developers understand the scope of their modifications.

How do I check architecture compliance in a .NET project?

You can check architecture compliance in .NET projects by running automated MCP-driven diagnostics that detect antipatterns and verify architectural rules. This ensures code changes adhere to established project standards during the review process.

Does this code review workflow support test coverage verification?

Yes, the code review workflow supports test coverage verification by running MCP-driven checks alongside correctness, security, and performance evaluations. It integrates test coverage validation directly into the structured Roslyn review reports.

What's the best way to standardize quality assurance for .NET code changes?

Standardizing quality assurance for .NET code changes is best achieved by applying a structured Roslyn MCP workflow that automates multi-dimension reviews. This process standardizes checks for correctness, security, performance, and architecture compliance across diverse codebases.