跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Sentry PR Code Review

技能 已验证 活跃
属于: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.

目的

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.

功能

  • 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

使用场景

  • 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

非目标

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

工作流

  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.

安装

请先添加 Marketplace

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

质量评分

已验证
98 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标170
许可证MIT
状态
查看源代码