cnb-tapd-resource-fetcher
获取 TAPD 资源(需求/缺陷/任务/迭代),支持从 TAPD 链接自动解析。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
获取 TAPD 资源(需求/缺陷/任务/迭代),支持从 TAPD 链接自动解析。
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-tapd-resource-fetcher |
| description | 获取 TAPD 资源(需求/缺陷/任务/迭代),支持从 TAPD 链接自动解析。 |
从用户提供的 TAPD 链接中提取参数,调用 API 获取资源数据。
格式:https://www.tapd.cn/tapd_fe/{workspace_id}/{type}/detail/{id}
type: story / bug / task / iterationcurl -s "$CNB_API_ENDPOINT/tapd/reference/{workspace_id}/{type}/{id}" \
-H "Accept: application/vnd.cnb.api+json" \
-H "Authorization: Bearer $CNB_TOKEN"
多个链接时逐个请求,汇总后统一展示。
data 非空 → 返回 data 内容data 为 [] → 提示"未找到该资源,请检查资源 ID"errcode 提示用户(返回 status 和 trace):| errcode | 提示 |
|---|---|
2000076 | 项目未启用 TAPD 集成,请联系管理员开启 |
2000073 | 未绑定 TAPD 账号,请前往个人设置绑定 |
2000074 | TAPD 授权已过期,请重新绑定 |
2000075 | 无权限或资源 ID 错误,请检查链接 |
401 | 请先登录 CNB 平台 |
403 / 404 | 无权限或资源不存在 |
| 其他 | 请求失败,请重试或联系管理员并提供 trace |
注意:不要向用户暴露错误堆栈等内部细节。