cs-code-review

Identify C#/.NET code quality issues and breaking changes in changed files.

2|Updated Nov 16, 2024
One-click install
npx skills add https://github.com/onairmarc/dotfiles --skill cs-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cs-code-review
Source: https://github.com/onairmarc/dotfiles/tree/main/.agents/skills/code-review-cs
Command: npx skills add https://github.com/onairmarc/dotfiles --skill cs-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the detection of breaking changes, code quality issues, test gaps, and architectural signals in C#/.NET projects, helping teams ship safer software.

Core Features & Use Cases

  • Extends the base code-review skill with C#/.NET-specific rules and checks.
  • Detects breaking changes, enforces code quality standards, and evaluates test coverage for ASP.NET Core / Entity Framework patterns.
  • Generates AI agent prompts by default; use --full for a complete actionable report with per-file grouping, two severity tiers, and inline diffs.

Quick Start

Run this skill against your changed C#/.NET files to generate an AI-prompted code-review report.

Frequently Asked Questions about cs-code-review

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

FAQPage Schema
How do I automate code review for ASP.NET Core and Entity Framework projects?

Automate ASP.NET Core and Entity Framework code review by analyzing changed .cs files for breaking changes and quality issues. The skill evaluates architectural signals and test coverage, outputting actionable AI prompts for immediate developer feedback.

What is static analysis for C# .NET changed files and how does it work?

Static analysis for C# .NET changed files involves applying standards-based review rules to identify code quality issues and breaking changes. It processes changed .cs files, grouping results per file with severity tiers and inline diffs when activated with the --full flag.

Can I get a full code review report with inline diffs for my C# project?

Yes, you can get a full code review report with inline diffs for your C# project by running the skill with the --full flag. This generates an extended report featuring per-file grouping and two severity levels for precise quality tracking.

Does this code review skill detect breaking changes in dotnet enterprise applications?

Yes, this code review skill detects breaking changes in dotnet enterprise applications by analyzing typical enterprise C# project patterns. It identifies architectural signals and test gaps across ASP.NET Core and Entity Framework codebases to help teams ship safer software.

What do I need to run a standards-based C# code review?

To run a standards-based C# code review, you need the base code-review context and your changed .cs files. The skill requires no external dependencies and operates directly on your changed files to output AI prompts or a full actionable report.