什么是 fetching-pr-comments?
当需要在处理审阅者反馈之前检查当前分支上的 PR 审阅评论时,或者当被要求获取/审阅 PR 评论时使用 来源:bumgeunsong/daily-writing-friends。
当需要在处理审阅者反馈之前检查当前分支上的 PR 审阅评论时,或者当被要求获取/审阅 PR 评论时使用
通过命令行快速安装 fetching-pr-comments AI 技能到你的开发环境
来源:bumgeunsong/daily-writing-friends。
Retrieve and parse GitHub PR review comments for the current branch using gh CLI.
| Check if PR exists | gh pr view | | View PR with issue comments | gh pr view --comments | | Fetch review comments (code-level) | gh api repos/{owner}/{repo}/pulls/{n}/comments | | Extract key fields | --jq '.[] \| {path, line, body}' |
| Type | What it shows | How to get |
当需要在处理审阅者反馈之前检查当前分支上的 PR 审阅评论时,或者当被要求获取/审阅 PR 评论时使用 来源:bumgeunsong/daily-writing-friends。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill fetching-pr-comments当需要在处理审阅者反馈之前检查当前分支上的 PR 审阅评论时,或者当被要求获取/审阅 PR 评论时使用 来源:bumgeunsong/daily-writing-friends。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill fetching-pr-comments 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/bumgeunsong/daily-writing-friends