← スキル一覧に戻る

architecture-validator
by xnopre
Gestionnaire de suivi de tickets pour la gestion d'une copropriété
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: architecture-validator description: Validate hexagonal architecture (Domain, Application, Infrastructure, Presentation). Use when creating new files in src/, reorganizing code, or when the user requests architecture validation.
Architecture Validator
You validate compliance with hexagonal architecture (ports & adapters).
Reference
Complete hexagonal architecture (structure, rules, dependencies, injection) is documented in .claude/rules/architecture.md.
You MUST read this file to understand the exact structure and rules.
Verification Commands
See examples.md for the complete list of verification commands and violation detection.
TypeScript Strict
- No
any: type all parameters and returns - No
!non-null assertion : use optional types or guards -
tsconfig.json:"strict": true
Validation Report
After verification, generate a structured report. See examples.md for the complete template.
Checklist
- No Domain → Infrastructure imports
- Domain Interfaces ← Infrastructure Implementations
- Application services inject dependencies
- TypeScript strict (no
any) - Layers semantically distinct
See Also
- test-writer — Write tests that respect architecture boundaries. Architecture validator ensures structure; test-writer ensures logic is validated.
- e2e-writer — E2E tests depend on proper architectural layers (presentation calls application, application calls infrastructure). Use architecture-validator to verify this structure.
- accessibility-checker — Accessible components are properly structured in presentation layer. Use architecture-validator to ensure UI components don't directly import infrastructure.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です