architecture-review

Check Flequit codebases for clean and layered architecture compliance.

1|1|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/varubogu/flequit --skill architecture-review-varubogu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-review
Source: https://github.com/varubogu/flequit/tree/main/.claude/skills/architecture-review
Command: npx skills add https://github.com/varubogu/flequit --skill architecture-review-varubogu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Flequit のクリーンアーキテクチャ・レイヤードアーキテクチャへの準拠をチェックします。レイヤー間の依存関係、crate間のアクセス制御、StoreとServiceの分離、アンチパターンの検出などのアーキテクチャレビューに使用します。

Core Features & Use Cases

  • バックエンドの crate 間アクセス制御と依存関係の検証
  • フロントエンドのレイヤー分離と副作用の検知
  • アンチパターン検出(循環参照、層飛び越し、Store の副作用など)
  • 実装と設計の整合性を保つためのリファクタリング提案

Quick Start

リポジトリ全体を対象にアーキテクチャレビューを実行し、違反箇所と改善案をリスト化します。SKILL.md に沿って指摘を出力してください。