·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。

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 で使用できるようになります

ソースリポジトリはどこですか?

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