Skip to content

fix(github-code): query review comments in PR inspection path#332

Merged
dcramer merged 1 commit into
mainfrom
fix/pr-review-comments-inspection
May 11, 2026
Merged

fix(github-code): query review comments in PR inspection path#332
dcramer merged 1 commit into
mainfrom
fix/pr-review-comments-inspection

Conversation

@sentry-junior
Copy link
Copy Markdown
Contributor

@sentry-junior sentry-junior Bot commented May 11, 2026

What

When asked to look at PR comments, the agent only queried the issue-comment stream (gh pr view --json comments), missing review comments where bot feedback (Cursor Bugbot, CodeRabbit) and inline code review live. This meant asking "look at the sentry bot comment" returned only the Vercel deployment bot.

Changes

  • api-surface.md: Add gh api repos/{owner}/{repo}/pulls/{number}/comments and .../reviews to the command matrix
  • SKILL.md: Add explicit guidance in the PR inspection path to query both comment streams when inspecting PR feedback, with a note that bot feedback typically lives in review comments

Verification

  • pnpm skills:check passes
  • pnpm typecheck passes

Closes #331

@vercel
Copy link
Copy Markdown

vercel Bot commented May 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
junior-docs Ready Ready Preview, Comment May 11, 2026 11:52pm

Request Review

The PR inspection path only queried conversation comments
(gh pr view --json comments), missing review comments where
bot feedback (Cursor Bugbot, CodeRabbit, etc.) and inline
code review feedback live.

Add review comment API commands to the api-surface reference
and add explicit guidance to query both comment streams when
inspecting PR feedback.

Closes #331

Co-Authored-By: Claude (anthropic/claude-opus-4.6) <noreply@anthropic.com>
@sentry-junior sentry-junior Bot force-pushed the fix/pr-review-comments-inspection branch from c413e52 to 9a6b6bd Compare May 11, 2026 23:51
@dcramer dcramer merged commit 158f79e into main May 11, 2026
15 checks passed
@dcramer dcramer deleted the fix/pr-review-comments-inspection branch May 11, 2026 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PR comment inspection misses review comments

1 participant