sentry-pr-code-review

Extract and summarize Seer issues from GitHub PR comments.

5|Updated Feb 6, 2022
One-click install
npx skills add https://github.com/christofferbergj/dotfiles --skill sentry-pr-code-review-christofferbergj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-pr-code-review
Source: https://github.com/christofferbergj/dotfiles/tree/main/.agents/skills/sentry-pr-code-review
Command: npx skills add https://github.com/christofferbergj/dotfiles --skill sentry-pr-code-review-christofferbergj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the identification and remediation of issues surfaced by Seer (Sentry) in GitHub PR comments, helping teams improve code quality with less manual digging.

Core Features & Use Cases

  • Seer comment extraction: fetches and parses Seer-generated PR comments to surface actionable issues.
  • Issue parsing: captures bug description, severity, detailed analysis, and suggested fixes from comments.
  • Guided remediation: suggests concrete changes or patches and tracks disposition in the PR.
  • Summarization: produces a concise review summary for maintainers and reviewers.

Quick Start

Provide the PR URL and let the agent fetch Seer comments, parse issues, and apply the recommended fixes.

Frequently Asked Questions about sentry-pr-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract Sentry Seer issues from GitHub PR comments?

You can extract Sentry Seer issues from GitHub PR comments by fetching the PR thread and parsing Seer-generated feedback to capture bug descriptions, severity, analyses, and suggested fixes into a concise review summary.

What is the best way to automate Sentry code review feedback on GitHub pull requests?

Automating Sentry code review feedback involves fetching Seer-originated PR comments, parsing the structured issue data, and generating guided remediation suggestions to help developers apply concrete patches with less manual digging.

Do I need the gh CLI to review Sentry Seer feedback on pull requests?

Yes, you need the gh CLI installed and authenticated, along with an active Seer or Sentry integration on your repository, to reliably fetch and parse PR comments for code review automation.

Can I use Sentry PR review automation without Seer integration?

No, this automation applies specifically to GitHub PRs where Seer or Sentry feedback is present in the comments, relying on that integration to surface the bug descriptions and suggested fixes required for parsing.

How does Seer issue parsing work for guided code remediation?

Seer issue parsing works by reading the generated PR comments to identify structured fields like bug description and severity, then mapping those extracted details into suggested code changes and tracking their disposition within the PR.

What are the limitations of automating Sentry issue extraction from GitHub PRs?

The main limitation is its strict reliance on Seer or Sentry integration being active on the repository and properly formatting PR comments; without that specific feedback structure present, the parsing logic cannot extract the required actionable fields.