File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ description: 查看/更新 GitHub Issue、PR(含评论与 diff),并按团
55
66# GitHub CLI Skill(Issue/PR)
77
8+ ## PR Review
9+ - 先看 PR 概览,再拉取 review / comment / thread 明细,确保不是只看单一来源。
10+ - 必要时可以查看本地对应分支的代码;查看前先 ` git fetch ` ,确保分支是最新远端状态。
11+ - 当用户要求整理 PR 审查意见时,按严重程度从高到低排列,数字编号,方便用户回复。
12+ - 每次最多展示 10 条;若还有更多,在末尾提示“还剩 N 条未展示”。
13+
814## 创建 Issue(非交互)
9151 . 标题与描述风格同 PR,内容保持简洁清晰。
10162 . 使用非交互方式创建,避免进入编辑器或依赖手工输入。
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ description: 查看/更新 GitLab Issue、MR(含评论与 diff),并按团
55
66# GitLab CLI Skill(MR/Issue)
77
8+ ## MR Review
9+ - 优先读取 MR discussions / notes / diff comments,再做统一整理。
10+ - 必要时可以查看本地对应分支的代码;查看前先 ` git fetch ` ,确保分支是最新远端状态。
11+ - 当用户要求整理 MR 审查意见时,按严重程度从高到低排列,数字编号,方便用户回复。
12+ - 每次最多展示 10 条;若还有更多,在末尾提示“还剩 N 条未展示”。
13+
814## 基本准备
915- 确认身份与认证:
1016 - ` glab auth status ` 读取当前实例及 “Logged in to <host > as <user >” 行。
You can’t perform that action at this time.
0 commit comments