convention-reviewer

Community

Auto-review code, generate refactoring tasks.

Authorryu-qqq
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually reviewing code for architectural and coding convention compliance is time-consuming and prone to human error. This Skill automates the process of identifying convention violations in Spring DDD Hexagonal Architecture projects, providing a structured TODO list for efficient refactoring.

Core Features & Use Cases

  • Automated Convention Scanning: Scans entire projects or specific layers (Domain, Application, REST API) for violations.
  • Zero-Tolerance Rule Enforcement: Prioritizes critical violations like Lombok usage, Law of Demeter breaches, and incorrect JPA relationships.
  • Structured TODO Generation: Creates a detailed Markdown document with file paths, rule descriptions, before/after examples, and estimated refactoring times.
  • Use Case: Before a major release or code audit, run this Skill to get a comprehensive report of all convention violations, allowing your team to address critical issues systematically.

Quick Start

Use the convention-reviewer skill to scan the entire project for coding convention violations and generate a refactoring TODO list.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: convention-reviewer
Download link: https://github.com/ryu-qqq/FileFlow/archive/main.zip#convention-reviewer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository