·fetching-pr-comments
</>

fetching-pr-comments

當需要在處理審閱者回饋之前檢查當前分支上的 PR 審閱評論時,或當被要求獲取/審閱 PR 評論時使用

24安裝·2熱度·@bumgeunsong

安裝

$npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill fetching-pr-comments

如何安裝 fetching-pr-comments

透過命令列快速安裝 fetching-pr-comments AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill fetching-pr-comments
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:bumgeunsong/daily-writing-friends。

SKILL.md

查看原文

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
分類
</>開發工具
認證
收錄時間
2026-02-21
更新時間
2026-03-10

Browse more skills from bumgeunsong/daily-writing-friends

快速解答

什麼是 fetching-pr-comments?

當需要在處理審閱者回饋之前檢查當前分支上的 PR 審閱評論時,或當被要求獲取/審閱 PR 評論時使用 來源:bumgeunsong/daily-writing-friends。

如何安裝 fetching-pr-comments?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill fetching-pr-comments 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/bumgeunsong/daily-writing-friends