code-review

Automate software project reviews with the coderabbit CLI and DDD/CQRS criteria.

Updated Nov 15, 2025
One-click install
npx skills add https://github.com/posiposi/dragons-counter --skill code-review-posiposi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/posiposi/dragons-counter/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/posiposi/dragons-counter --skill code-review-posiposi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

コードレビューの自動化と、DDD/CQRS観点でのプロジェクト固有の補足レビューを組み合わせるスキルで、品質とアーキテクチャの整合性を向上させます。

Core Features & Use Cases

  • Automated Phase 1: coderabbit CLIを用いた自動レビューを実行して、静的品質の指標を抽出します。
  • Phase 2 Guidance: ドメイン境界・Use Case責務といったDDD/CQRS観点の評価基準を提供します。
  • Use Case: NestJSサービスのレビューを行う際、自動チェックの結果を基にドメインオーナーシップと責務分離を検証します。

Quick Start

カレントブランチを対象にcoderabbit CLIでレビューを開始し、プロジェクト固有のDDD/CQRS観点を適用します。

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews with DDD and CQRS architectural checks?▼

Automate code reviews with DDD and CQRS checks by running the coderabbit CLI on your current branch to extract static quality metrics, then applying project-specific domain boundary and use-case responsibility evaluations to verify architectural alignment.

What does a CQRS code review evaluate in a NestJS service?▼

A CQRS code review in a NestJS service evaluates domain ownership and responsibility separation, using automated static check results to verify that use-case responsibilities and domain boundaries are respected across the project architecture.

Can I use coderabbit CLI to enforce domain boundaries in software engineering?▼

Yes, you can use the coderabbit CLI to enforce domain boundaries by executing automated reviews that evaluate architectural alignment and applying extended domain-focused checks to ensure use-case responsibilities are respected.

How do I run a coderabbit CLI review on my current branch?▼

Run a coderabbit CLI review on your current branch by initiating the automated review process to extract static quality metrics, then applying project-specific DDD and CQRS evaluation criteria to validate domain boundaries and architectural consistency.

What are the limitations of automated DDD and CQRS code reviews?▼

Automated DDD and CQRS code reviews rely on coderabbit CLI static analysis for baseline metrics and require project-specific criteria extensions to evaluate domain boundaries, meaning complex architectural misalignments may need manual verification beyond automated checks.