ワンクリックで
github-pr-comment-fetcher
Easily query for open discussions and reviews on a pull request to help resolve them.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Easily query for open discussions and reviews on a pull request to help resolve them.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Extract distilled page content as Markdown using Chromium's on-device ML page content annotation.
Fetch a URL using Playwright and convert its content to Markdown.
Run a Google Search and capture the AI response/Overview.
Gerrit helpers for fetching unresolved comments and CL diffs.
Set up or debug npm Trusted Publishing (OIDC) from GitHub Actions. Handles permissions, metadata validation, and provenance.
Paul's modern stack conventions for new projects (pnpm, native node test, esbuild, buildless-types). Consult when starting a new project or repository.
| name | GitHub PR comment fetcher |
| description | Easily query for open discussions and reviews on a pull request to help resolve them. |
This skill enables agents to query for reviews and comments on a pull request, including the resolved status of comment threads, to facilitate resolving open discussions.
Use the included script to gather reviews and comments for a specific PR.
After fetching and presenting the results to the user, you can offer to address the comments.
node scripts/gather-reviews.ts <repo> <pr_number>
Example:
node scripts/gather-reviews.ts GoogleChrome/lighthouse 14425
The script will output a JSON file and a Markdown file with the gathered data.
The gather-reviews.ts script uses the GitHub CLI (gh) to fetch data.
resources/ directory in the skill folder.Caching is not implemented by default to ensure agents always work with the most up-to-date state.