Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Sentry PR Code Review

Skill Verifiziert Aktiv
Teil von:Sentry

Review a project's PRs to check for issues detected in code review by Seer Bug Prediction. Use when asked to review or fix issues identified by Sentry in PR comments, or to find recent PRs with Sentry feedback.

Zweck

To streamline the process of addressing code quality issues flagged by Seer Bug Prediction within GitHub pull requests, ensuring issues are reviewed and resolved efficiently.

Funktionen

  • Fetches Seer comments from GitHub PRs
  • Parses comment details like bug description, severity, and suggested fixes
  • Provides guidance on verifying and implementing fixes
  • Lists recent PRs with Seer comments
  • Handles common troubleshooting scenarios

Anwendungsfälle

  • Reviewing Seer comments on a pull request
  • Fixing issues identified by Sentry/Seer in PRs
  • Finding recent pull requests that have Sentry feedback
  • Addressing Sentry review suggestions on code changes

Nicht-Ziele

  • Directly interacting with Sentry project configuration
  • Automatically merging PRs or applying fixes without user review
  • Providing a full Sentry bug triage system

Workflow

  1. Fetch Seer comments from GitHub PRs using 'gh api'
  2. Parse extracted comment bodies for issue details (bug, severity, analysis, fix)
  3. Verify if the issue still exists in the current code
  4. Implement the suggested fix or an alternative
  5. Summarize and report resolved/skipped issues

Execution

  • info:ValidationThe bash scripts for fetching and parsing comments rely on 'jq' for parsing JSON output from 'gh api', which provides some level of validation for the expected structure.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add getsentry/sentry-for-ai
/plugin install sentry-for-ai@sentry-plugin-marketplace

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert about 15 hours ago

Vertrauenssignale

Letzter Commitabout 22 hours ago
Sterne170
LizenzMIT
Status
Quellcode ansehen