address-github-comments

仓库创建 2026年1月15日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

方便在本地或 CI 中高效回应与跟踪代码审查反馈。

这个 Skill 做什么

使用 gh CLI 系统化地检查并处理 GitHub PR 或 issue 的评论。

用 gh CLI 系统化审查并处理 GitHub 上的 PR 或 issue 评论:拉取评论、按条回复、标记已处理或创建跟踪任务。代码评审期间需要把评论逐条清理、回复或汇总时用,避免遗漏反馈。特点是直接基于 gh 工具链操作,可整合本地分支和线上 PR 流程,适合日常 review 收尾。

▸ 展开 SKILL.md 英文原文

Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.

开发编程GitHubPR处理gh CLI通用
4.2w
Stars
6.8k
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/address-github-comments/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/address-github-comments/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Address GitHub Comments

## Overview

Efficiently address PR review comments or issue feedback using the GitHub CLI (`gh`). This skill ensures all feedback is addressed systematically.

## Prerequisites

Ensure `gh` is authenticated.

```bash
gh auth status
```

If not logged in, run `gh auth login`.

## Workflow

### 1. Inspect Comments

Fetch the comments for the current branch's PR.

```bash
gh pr view --comments
```

Or use a custom script if available to list threads.

### 2. Categorize and Plan

- List the comments and review threads.
- Propose a fix for each.
- **Wait for user confirmation** on which comments to address first if there are many.

### 3. Apply Fixes

Apply the code ch
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有