GitHub PRの未解決Review threadsを一括Resolveします。GraphQL APIで未解決のReview threads(コード特定行へのコメント)を取得し、resolveReviewThread mutationで全て自動的にResolveします。Issue comments(会話タブ)は元々Resolve機能がないため対象外です。各スレッドのResolve結果を表示します。
View on GitHubgetty104/claude-code-marketplace
getty104
January 15, 2026
Select agents to install to:
npx add-skill https://github.com/getty104/claude-code-marketplace/blob/main/getty104/skills/resolve-pr-comments/SKILL.md -a claude-code --skill resolve-pr-commentsInstallation paths:
.claude/skills/resolve-pr-comments/# Resolve PR Comments ## Instructions 以下のコマンドでResolveしていないレビューコメントをResolveします。 scriptsディレクトリはプラグイン内のskills/create-git-worktree/配下に配置されています。 ``` bash scripts/resolve-pr-comments.sh ```
Issues Found: