Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:28:22 +08:00
commit 0be0ae7ead
28 changed files with 2470 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
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
```