원클릭으로
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.