·fetching-pr-comments
</>

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

24Installs·2Trend·@bumgeunsong

Installation

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

How to Install fetching-pr-comments

Quickly install fetching-pr-comments AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill fetching-pr-comments
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: bumgeunsong/daily-writing-friends.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill fetching-pr-comments
Category
</>Dev Tools
Verified
First Seen
2026-02-21
Updated
2026-03-10

Browse more skills from bumgeunsong/daily-writing-friends

Quick answers

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.

How do I install fetching-pr-comments?

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

Where is the source repository?

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