with one click
gongfeng
内部 CI/Code Review 平台适配器(原 QQ 音乐"工蜂")——通用化为"代码托管平台" PR/MR/CI 操作适配器。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
内部 CI/Code Review 平台适配器(原 QQ 音乐"工蜂")——通用化为"代码托管平台" PR/MR/CI 操作适配器。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
校验业务代码与 IDL 契约同步、字段冻结状态是否被破坏。作为 8 维度 code review 的"契约一致"维度,可被 design-checker / code-review-preparer 调用,也可独立运行。
聚合 8 维度 review Agent 的产出,生成统一的 review 报告并写入 reviews/{ts}.md。
当 context/ 下新增/删除文件时,自动更新对应层级的 INDEX.md,避免"孤儿文件"。
按 templates/detail-design.md 模板撰写详细设计文档,包括数据模型、IDL 变更、接口设计、决策、错误处理、监控、灰度等。
运维操作中心(Operations Center)通用适配器——为团队的运营/运维操作(开关、灰度、限流、降级)提供统一调用约定。具体实现按团队接入。
DevOps CLI 通用适配器——把团队的部署/构建/发布命令包装成一致的高层接口。具体实现按团队接入。
| name | gongfeng |
| description | 内部 CI/Code Review 平台适配器(原 QQ 音乐"工蜂")——通用化为"代码托管平台" PR/MR/CI 操作适配器。 |
| allowed-tools | Read, Bash, WebFetch |
原文 §8.3 工程工具类。原文中
gongfeng指代腾讯内部 git 平台;本仓通用化为"代码托管平台适配器"(GitHub / GitLab / 工蜂 / Gitee 等)。
| 命令 | 用途 |
|---|---|
mr:create | 创建 MR/PR,自动填充模板(关联 FT / 引用设计) |
mr:status <id> | 查 MR 当前状态(CI / review / merge) |
mr:comment <id> <text> | 在 MR 上留评论 |
mr:approve <id> | 标记 approve(必须当前用户有权限) |
ci:status <ref> | 查 CI 流水线状态 |
ci:trigger <pipeline> | 触发流水线(限定白名单) |
## 关联
- 需求:[T12345 标题](path/to/requirement.md)
- 设计:[detail-design.md](path/to/detail-design.md)
- Features:FT-001, FT-002
## 影响面
couponcenter(IDL 变更)+ vipapi(仅依赖)
## Review 自检
- [x] 8 维度 review 全 PASS(reviews/2026-05-28-1100.md)
- [x] regression-risk-assessor 分数:3(中风险)
- [x] traceability T1~T5 全 PASS
## Rollback
详见 detail-design.md §11 Rollback 计划
.harness/local.yaml:
gongfeng:
platform: github | gitlab | tencent-gongfeng
endpoint: https://...
auth_token_env: GIT_PLATFORM_TOKEN