code-review-fr

Review .NET and Blazor code against French DDD, TDD, and hexagonal conventions.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/FoxSilou/ConfigurationClaude --skill code-review-fr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-fr
Source: https://github.com/FoxSilou/ConfigurationClaude/tree/main/.claude/skills/code-review-fr
Command: npx skills add https://github.com/FoxSilou/ConfigurationClaude --skill code-review-fr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured checklist to evaluate C# code against the workspace’s DDD, TDD, hexagonal, and French ubiquitous language conventions, helping developers quickly identify violations and improve quality.

Core Features & Use Cases

  • Domain Alignment: Checks whether types, methods, and variables follow the French ubiquitous language and stay within the appropriate bounded context.
  • Test-First Verification: Validates that production code is covered by behavior‑oriented tests and that testing conventions (naming, AAA, fakes) are respected.
  • Architecture Compliance: Reviews CQRS, MediatR usage, hexagonal layering for both backend and frontend, and ensures proper separation of concerns.
  • Readability & Simplicity: Detects dead code, unnecessary abstractions, overly complex methods, and missing documentation style.
  • Use Cases: Run the skill on a pull request diff, a single file, or an entire repository to receive a categorized report (Blocking, Recommended, Suggestions) in French.

Quick Start

Ask the skill to review the recent pull request diff for adherence to the workspace’s French DDD and TDD conventions.

Frequently Asked Questions about code-review-fr

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

FAQPage Schema
How do I review C# code for hexagonal architecture and DDD compliance?

You can review C# code for hexagonal architecture and DDD compliance by applying this skill to diffs or pull requests. It validates layering, CQRS usage, and bounded context alignment, outputting a categorized report in French.

Can I generate French code review reports for .NET backend pull requests?

Yes, you can generate French code review reports for .NET backend pull requests. The skill analyzes diffs against French ubiquitous language and DDD conventions, producing structured blocking, recommended, and suggestion outputs.

How do I verify TDD and testing conventions in a Blazor frontend project?

You can verify TDD conventions in a Blazor frontend project by running the skill on your files. It validates that production code is covered by behavior-oriented tests and checks naming, AAA pattern, and fakes usage.

Does the code review check for French ubiquitous language in domain types?

Yes, the code review checks for French ubiquitous language in domain types. It ensures types, methods, and variables follow French naming conventions and stay within the appropriate bounded context.

What is the best way to detect dead code and architecture violations in C#?

The best way to detect dead code and architecture violations in C# is using this skill. It reviews code for unnecessary abstractions, overly complex methods, and improper separation of concerns, outputting categorized suggestions in French.

How do I get file and line references in a French code review report?

You can get file and line references in a French code review report by applying the skill to your codebase. The output includes specific file:line references for each identified violation, categorized by blocking, recommended, and suggestion severity levels.