code-reviewer

Analyze C#/.NET code changes for architecture, performance, and maintainability issues.

1|Updated Sep 6, 2025
One-click install
npx skills add https://github.com/ranjanpoudel1234/ai-tools --skill code-reviewer-ranjanpoudel1234
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/ranjanpoudel1234/ai-tools/tree/main/ClaudeCode/configuration/skills/backend-code-reviewer
Command: npx skills add https://github.com/ranjanpoudel1234/ai-tools --skill code-reviewer-ranjanpoudel1234

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Code Reviewer Pro Skill provides structured, standards-aligned feedback on code changes, ensuring architectural integrity, performance, and maintainability across C#/.NET projects.

Core Features & Use Cases

  • Architecture & Design checks aligned with Clean Architecture and DDD principles
  • Dependency Injection and lifetimes evaluation
  • Performance and resource usage assessment
  • API Design and security considerations
  • Testing quality reviews and documentation recommendations This skill is valuable during PR reviews, architecture discussions, and code quality assessments for ongoing projects.

Quick Start

Use the code-reviewer skill to analyze a PR diff or a snippet of code; invoke it by mentioning review or code review and providing the code context.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I analyze a C# pull request for architecture and maintainability issues?

To analyze a C# pull request for architecture and maintainability issues, provide the PR diff or code snippet to the review skill. It evaluates dependency injection lifetimes, enforces clean architecture principles, and returns structured feedback with actionable remediation steps.

What does an automated code review check in .NET projects?

An automated code review for .NET projects checks architectural integrity, performance bottlenecks, and resource usage. It also assesses API design, security considerations, and testing quality to ensure maintainable code aligned with modern C# patterns.

Can I use this code review skill for Domain-Driven Design evaluations?

Yes, you can use this code review skill for Domain-Driven Design evaluations. It explicitly aligns its architecture and design checks with DDD principles and Clean Architecture standards to validate your C# project structure and dependencies.

How do I enforce modern C# patterns during a PR review?

To enforce modern C# patterns during a PR review, run the code analysis skill against your changes. It identifies deviations from established standards and provides clear, actionable feedback to correct architectural and maintainability issues.