ワンクリックで
pr-context-collection
Collect minimal PR context needed by orchestrators and specialists without reading full files or the whole repo.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Collect minimal PR context needed by orchestrators and specialists without reading full files or the whole repo.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Resolve GitHub PR review comments safely, read unresolved comments, validate each issue, make minimal fixes, test, commit, and resolve.
Use zero-install context minimization first, with optional local optimization tooling when available.
Accessibility review for semantic HTML, ARIA, keyboard support, focus, screen readers, contrast, and WCAG-oriented issues.
API and contract review for OpenAPI/AsyncAPI/protobuf changes, backwards compatibility, schemas, status codes, and examples.
Architecture review for SOLID, layering, boundaries, coupling, cohesion, extensibility, and maintainability.
Backend review for handlers, services, validation, errors, transactions, dependency boundaries, and service contracts.
| name | pr-context-collection |
| description | Collect minimal PR context needed by orchestrators and specialists without reading full files or the whole repo. |
| license | MIT |
Collect only what reviewers need:
git diff --stat — size and scopegit diff --name-only — file listgh pr view or equivalent)git diff -- <file> focused hunks onlygh CLI for PR metadata when available.Return a compact summary:
Files changed: N
+lines added / -lines removed
Key changed paths: [list]
PR description: [first 3 lines or title only]