review-scalardb

Validates ScalarDB designs and code reviews with --mode=design or --mode=code, outputting to reports/03_design/

5|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/wfukatsu/architecture-redesign-agent --skill review-scalardb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-scalardb
Source: https://github.com/wfukatsu/architecture-redesign-agent/tree/main/.claude/skills/review-scalardb
Command: npx skills add https://github.com/wfukatsu/architecture-redesign-agent --skill review-scalardb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews ScalarDB design and generated code to ensure quality, consistency, and adherence to best practices.

Core Features & Use Cases

  • Design review mode (--mode=design) validates ScalarDB design documents against edition constraints.
  • Code review mode (--mode=code) analyzes generated ScalarDB/Spring Boot code for quality and correctness.
  • Outputs are written to reports/03_design/scalardb-design-review.md or reports/03_design/scalardb-code-review.md based on the mode.

Quick Start

Run the agent with --mode=design to perform a design review, or with --mode=code to perform a code review.

Frequently Asked Questions about review-scalardb

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

FAQPage Schema
How do I review ScalarDB transaction design documents for edition compliance?

To review ScalarDB transaction design documents for edition compliance, run the tool in design mode (--mode=design) to validate design documents against edition rules and transaction patterns, generating a review report at reports/03_design/scalardb-design-review.md.

What is the best way to check generated ScalarDB code for quality and correctness?

The best way to check generated ScalarDB code for quality and correctness is using code review mode (--mode=code), which analyzes work directories for coding standards and transaction pattern compliance, outputting results to reports/03_design/scalardb-code-review.md.

Can I validate both ScalarDB design and code in the same review run?

No, you cannot validate both ScalarDB design and code in the same run because design reviews and code reviews operate in separate modes. You must execute --mode=design and --mode=code independently to generate their respective review reports.

Does the ScalarDB code reviewer enforce transaction patterns and coding standards automatically?

Yes, the ScalarDB code reviewer automatically enforces transaction patterns and coding standards. It inspects work directories to ensure compliance, producing a structured code review report identifying quality and correctness issues.

What directory structure do I need for ScalarDB design and code reviews?

You need work directories containing your ScalarDB project files and a reports/03_design/ directory. The reviewer inspects work directories for compliance and outputs either scalardb-design-review.md or scalardb-code-review.md into the reports directory.