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

15 lines
616 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: resolve-pr-comments
description: GitHub PRの未解決Review threadsを一括Resolveします。GraphQL APIで未解決のReview threadsコード特定行へのコメントを取得し、resolveReviewThread mutationで全て自動的にResolveします。Issue comments会話タブは元々Resolve機能がないため対象外です。各スレッドのResolve結果を表示します。
---
# Resolve PR Comments
## Instructions
以下のコマンドでResolveしていないレビューコメントをResolveします。
```
bash ${CLAUDE_PLUGIN_ROOT}/scripts/resolve-pr-comments.sh
```