address-github-comments
仓库创建 2026年1月15日最近提交 4 小时前SkillHot 收录 4 小时前
▸ 精选理由
适合希望把评审反馈流程化、减少遗漏并提升 PR 关闭效率的开发团队。
这个 Skill 做什么
使用 gh CLI 系统化查阅并处理 GitHub PR 的评审与 Issue 评论以确保反馈被逐条处理。
把 GitHub 上 PR 或 Issue 的评审意见用 gh CLI 系统化地抓取、记录并逐条处理,确保每条反馈都有回应或处理记录。常在你要清理积压评论、准备合并或回复审查意见时用到。方法强调逐条闭环和命令行操作,避免漏评或草率回复,便于团队协作和审计。
▸ 展开 SKILL.md 英文原文
Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.
4.4w
Stars
6.5k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/address-github-comments/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/agentic-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 公开信息 · 原文版权归作者所有