원클릭으로
validate
Run architecture model validation and interpret results. Checks registry entries against diagrams, reports orphans and errors.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run architecture model validation and interpret results. Checks registry entries against diagrams, reports orphans and errors.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Scan a target codebase for data model definitions (SQL schemas, ORM models, TypeScript interfaces, Pydantic models) and propose data_concept, data_aggregate, and data_entity registry entries. Presents findings for review before writing files.
Scan a target codebase for API definitions (OpenAPI, REST routes, GraphQL schemas) and propose api_contract and api_endpoint registry entries. Presents findings for review before writing files.
Build and deploy static sites (catalog-ui, docs-site) to Firebase Hosting. Supports dry-run preview, selective target deployment, and automatic build detection.
Enterprise Platform architecture assistant. Use for questions about Customer Management, Billing & Payments, Analytics & Insights, or any Enterprise Platform architecture topic.
Create a new registry entry with guided wizard. Supports components, data-objects, functions, services, and other ArchiMate element types.
Scaffold a new React component with test file for the catalog UI.
| name | validate |
| description | Run architecture model validation and interpret results. Checks registry entries against diagrams, reports orphans and errors. |
| allowed-tools | Bash, Read, Glob |
| model | haiku |
Run the validation script and interpret results for the user.
python scripts/validate.py**Validation Results**
| Metric | Count |
|--------|-------|
| Registry entries | X |
| Validation errors | X |
| Orphan elements | X |
**Errors (if any):**
[List each error with file location]
**Orphans by layer:**
[Group orphans by ArchiMate layer]
**Recommendations:**
[Suggest fixes for errors, note that orphans are expected for incomplete models]
python scripts/validate.py --format json