← 返回 Skills 市场
yongjie666888

Architecture Review

作者 yongjie666888 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
276
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install architecture-review
功能描述
架构评审助手。用于评审技术架构、评估架构方案、制定改进建议。当需要进行架构评审、设计评审时触发。
使用说明 (SKILL.md)

架构评审助手

评审维度

维度 说明
功能性 是否满足业务需求
性能 QPS、延迟、吞吐
可用性 SLA、故障恢复
扩展性 水平/垂直扩展
安全性 认证、授权、数据安全
可维护性 代码质量、文档
成本 建设成本、运维成本

评审检查清单

## 架构评审检查清单

### 1. 功能性
- [ ] 核心业务流程覆盖
- [ ] 功能边界清晰
- [ ] 扩展点预留

### 2. 性能
- [ ] QPS评估
- [ ] 响应时间目标
- [ ] 数据存储容量

### 3. 可用性
- [ ] 冗余设计
- [ ] 故障隔离
- [ ] 降级熔断

### 4. 扩展性
- [ ] 水平扩展能力
- [ ] 模块解耦
- [ ] 插件机制

### 5. 安全性
- [ ] 认证授权
- [ ] 数据加密
- [ ] 审计日志

### 6. 可维护性
- [ ] 代码规范
- [ ] 文档完整
- [ ] 监控告警

### 7. 成本
- [ ] 建设成本
- [ ] 运维成本
- [ ] 扩展成本

架构评审报告模板

# 架构评审报告

项目名称:XXX系统
评审日期:YYYY-MM-DD
评审委员会:@xxx, @xxx, @xxx

---

## 1. 方案概述

### 1.1 背景
xxx

### 1.2 目标
- 目标1
- 目标2

### 1.3 方案架构
[架构图]

---

## 2. 架构设计

### 2.1 技术架构
| 层级 | 技术选型 | 说明 |
|------|----------|------|
| 接入层 | Nginx | 负载均衡 |
| 应用层 | Spring Boot | 业务逻辑 |
| 数据层 | MySQL | 关系数据 |
| 缓存层 | Redis | 缓存 |
| 消息层 | Kafka | 异步解耦 |

### 2.2 部署架构
[部署图]

### 2.3 数据架构
[数据流图]

---

## 3. 评审意见

### 3.1 优势
1. xxx
2. xxx

### 3.2 关注点
| 问题 | 严重程度 | 建议 |
|------|----------|------|
| xxx | 高 | xxx |
| xxx | 中 | xxx |

### 3.3 风险评估
| 风险 | 影响 | 概率 | 应对 |
|------|------|------|------|
| xxx | 高 | 中 | xxx |

---

## 4. 评审结论

| 结论 | 说明 |
|------|------|
| □ 通过 | 可进入详细设计 |
| □ 有条件通过 | 需完成以下修改 |
| □ 拒绝 | 需重新设计 |

### 修改要求
1. xxx
2. xxx

---

## 5. 评审签名

| 角色 | 姓名 | 日期 | 结论 |
|------|------|------|------|
| 评审组长 | xxx | YYYY-MM-DD | 同意 |
| 技术专家 | xxx | YYYY-MM-DD | 同意 |
| 业务专家 | xxx | YYYY-MM-DD | 同意 |

架构设计原则

## 设计原则

### 1. 高可用
- 无单点故障
- 故障自动恢复
- 多级降级策略

### 2. 可扩展
- 服务无状态
- 水平扩展优先
- 模块解耦

### 3. 简单性
- KISS原则
- 避免过度设计
- 渐进式演进

### 4. 安全性
- 零信任架构
- 纵深防御
- 安全默认值

### 5. 可观测性
- 日志、指标、链路
- 统一监控
- 告警及时

常见架构模式

模式 适用场景
分层架构 传统Web应用
微服务 大型复杂系统
事件驱动 异步处理
CQRS 读写分离
DDD 复杂业务领域
六边形架构 业务与技术解耦
安全使用建议
This skill appears coherent and low-risk: it's a plain checklist and report template for architecture reviews and does not request credentials or install software. Before using, consider: (1) provenance — the publisher is unknown, so prefer internal/approved templates if policy requires it; (2) data privacy — avoid pasting secrets, private credentials, or sensitive architecture diagrams into the agent when running the skill; (3) customization — review the templates to ensure they match your org's standards and regulatory requirements.
功能分析
Type: OpenClaw Skill Name: architecture-review Version: 1.0.0 The skill bundle is a purely informational resource providing templates and checklists for technical architecture reviews. It contains no executable code, scripts, or instructions that could lead to data exfiltration or unauthorized system access. All content in SKILL.md is aligned with the stated purpose of assisting in architectural design and evaluation.
能力评估
Purpose & Capability
Name and description (architecture review) match the SKILL.md content (checklists, report template, design principles). Nothing requested (no env vars, no binaries) is unnecessary for that purpose.
Instruction Scope
SKILL.md contains templates, checklists and guidance only; it does not instruct the agent to read files, access environment variables, call external endpoints, or perform actions outside review/reporting scope.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. Note: source/homepage are unknown, but that affects provenance rather than runtime behavior.
Credentials
The skill requests no environment variables, credentials, or config paths; that is proportionate for a documentation/checklist helper.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent presence or elevated privileges. Autonomous invocation is allowed by platform default but is not combined with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install architecture-review
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /architecture-review 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug architecture-review
版本 1.0.0
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Architecture Review 是什么?

架构评审助手。用于评审技术架构、评估架构方案、制定改进建议。当需要进行架构评审、设计评审时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 276 次。

如何安装 Architecture Review?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install architecture-review」即可一键安装,无需额外配置。

Architecture Review 是免费的吗?

是的,Architecture Review 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Architecture Review 支持哪些平台?

Architecture Review 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Architecture Review?

由 yongjie666888(@yongjie666888)开发并维护,当前版本 v1.0.0。

💬 留言讨论