GitHub PR操作のユーティリティ。Use when fetching review comments, managing unresolved threads, checking CI status, or downloading logs for a PR.
From code-reviewnpx claudepluginhub masseater/claude-code-plugin --plugin code-reviewThis skill uses the workspace's default tool permissions.
env.test.tsenv.tslib/pr-info.test.tslib/pr-info.tsscripts/get-ci-logs.test.tsscripts/get-ci-logs.tsscripts/get-ci-status.test.tsscripts/get-ci-status.tsscripts/get-comments-by-thread.test.tsscripts/get-comments-by-thread.tsscripts/get-unresolved-threads.test.tsscripts/get-unresolved-threads.tsGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
GitHub Pull Request の操作を効率化するユーティリティ集。
いずれも ${CLAUDE_PLUGIN_ROOT}/skills/github-pr/scripts/<scriptName> に配置されている。
| スクリプト | 説明 |
|---|---|
get-unresolved-threads.ts | 未解決スレッドID一覧を取得 |
get-comments-by-thread.ts | スレッドIDからコメント詳細を取得 |
get-ci-status.ts | PRのCI状態を取得 |
get-ci-logs.ts | CIジョブのログをダウンロード |
使用する際は <script> --help を実行し、使い方を把握してから使用すること。
lib/pr-info.ts に getCurrentPRInfo() を提供。現在のブランチに紐づくPR情報(owner, repo, pr, headSha)を自動取得する。各スクリプトから内部的に使用されている。