sentry-pr-code-review
Warn
Audited by Runlayer on Feb 23, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
SKILL.mdHIGH
78.3%
Malicious tool definition detected
## Invoke This Skill When - User asks to "review Sentry comments" or "fix Sentry issues" on a PR - User shares a PR URL/number and mentions Sentry feedback - User asks to "address Sentry review" or "resolve Sentry findings" - User wants to find PRs with unresolved Sentry comments ## Workflow ### Phase 1: Fetch Sentry Comments ```bash gh api repos/{owner}/{repo}/pulls/{PR_NUMBER}/comments \ --jq '.[] | select(.user.login | startswith("sentry")) | {file: .path, line: .line, body: .body}' ``` **Onl
Audit Metadata