什麼是 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