Files
2025-11-29 18:28:22 +08:00

14 lines
685 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: read-unresolved-pr-comments
description: GitHub PRから未対応のコメントを取得します。GraphQL APIで (1) コード特定行への未解決Review threadsResolve可能と (2) コードブロックを含むIssue comments会話タブ、Resolve不可の両方を取得し、JSON形式で出力します。PR情報番号・タイトル・URL・状態・作成者・レビュアーも含まれます。
---
# Read Unresolved PR Comments
## Instructions
以下のコマンドを実行して、未解決のプルリクエストレビューコメントを取得します。
```
bash ${CLAUDE_PLUGIN_ROOT}/scripts/read-unresolved-pr-comments.sh
```