cnb-pr-summary
总结 PR 变更内容,概述主要改动点并生成变更说明。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
总结 PR 变更内容,概述主要改动点并生成变更说明。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create professional architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as standalone HTML files with SVG graphics, a built-in dark/light theme toggle, and one-click export to PNG / JPEG / WebP / SVG. Accepts plain-language descriptions or pasted Mermaid code (flowchart, sequenceDiagram, stateDiagram) and lays the diagram out from scratch in archify style. Use when the user asks for system architecture diagrams, infrastructure diagrams, cloud architecture visualizations, security diagrams, network topology, technical workflows, approval flows, runbooks, CI/CD flows, process diagrams, API call sequences, request lifecycles, data pipelines, ETL/ELT maps, PII boundaries, data lineage, state machines, lifecycle diagrams, status transitions, or asks to convert/beautify a Mermaid diagram.
Use when the user requests diagrams, flowcharts, architecture diagrams, ER diagrams, UML / sequence / class diagrams, network topology, cloud architecture from Terraform or Kubernetes manifests, ML/DL model figures (Transformer/CNN/LSTM), mind maps, or any visualization. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that benefit from visual representation. Best suited when the diagram needs custom styling, rich shape vocabulary, swimlanes, or exportable images (PNG/SVG/PDF/JPG). Generates .drawio XML and exports locally via the native draw.io desktop CLI.
专家团总路由器。用于 Codex CLI 的 $expert-team 调用。 自动在软件开发团队、设计原型专家团、产品战略团队、基础设施运维专家和安全专家之间路由,也支持显式指定 software/design/product/ops/security。 触发词:专家团、团队协作、软件开发、设计原型、产品战略、基础设施运维、安全专家、威胁建模、代码审计、SRE、PRD、竞品、路线图、监控、部署、安全加固
Specialized agent for developing AIUI applications. Invoke when writing AIUI code, needing API references for jsui/wx, debugging AIUI applications, or aligning AIUI visual design with this Skill's design guidelines.
为文章规划并生成可读性强的极简强线条手绘配图。先建立文章地图,识别段落适合流程图、架构图、对比图、关系图、结构图还是概念插图,再通过构思卡组织单一命题、原文指纹、信息单位、阅读顺序和固定橙白圆猫角色。构思通过可读性测试后默认直接生成。用户说配图、手绘配图、给文章配图、文章插图、技术文章插图、流程图、架构图、关系图或 illustrate my article 时使用。
CNB 平台交互命令,支持代码仓库、Issue、PR、CI、制品库读写等操作。
| name | cnb-pr-summary |
| description | 总结 PR 变更内容,概述主要改动点并生成变更说明。 |
对 PR 的代码变更进行分析,生成结构化的变更总结。
使用 cnb-pr-diff Skill 获取 PR 变更:
--stat)和文件列表(--name-only)优先分析(核心代码):
src/、lib/、app/、packages/api/、routes/、controllers/*.config.*、*.yml、*.yamlmodels/、schema/、migrations/跳过(非核心文件):
package-lock.json、yarn.lock、go.sumdist/、build/、.next/*.min.js、*.map按以下维度分析:
| 维度 | 关注点 |
|---|---|
| 变更类型 | feat(新功能)、fix(修复)、refactor(重构)、perf(性能)、docs(文档)、chore(配置/依赖) |
| 影响范围 | 涉及哪些模块、影响哪些功能点 |
| 关键改动 | 核心逻辑变更、API 变化、数据结构变更 |
| 破坏性变更 | 不兼容改动、需要迁移的内容 |
若上下文不足以理解代码意图,使用 Read 工具读取完整源文件。
**{type}**: {一句话描述}
**主要改动**
- {模块}: {变更说明}
- {模块}: {变更说明}
**注意**: {破坏性变更或风险点;如无则省略}
当文件数超过 20 个时:
--stat 分析变更分布,按模块归类