What is fetching-pr-comments?
Use when needing to check PR review comments on current branch, before addressing reviewer feedback, or when asked to fetch/review PR comments Source: bumgeunsong/daily-writing-friends.
Use when needing to check PR review comments on current branch, before addressing reviewer feedback, or when asked to fetch/review PR comments
Quickly install fetching-pr-comments AI skill to your development environment via command line
Source: 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 |
Use when needing to check PR review comments on current branch, before addressing reviewer feedback, or when asked to fetch/review PR comments Source: bumgeunsong/daily-writing-friends.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill fetching-pr-commentsUse when needing to check PR review comments on current branch, before addressing reviewer feedback, or when asked to fetch/review PR comments Source: bumgeunsong/daily-writing-friends.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill fetching-pr-comments Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/bumgeunsong/daily-writing-friends