Skillquality 0.46

sentry

Query Sentry errors, triage issues, and check release health via REST API. Use when debugging exceptions, investigating crash reports, triaging error issues, checking release stability, or any error monitoring and issue tracking task. Also triggers on mentions of Sentry, errors,

Price
free
Protocol
skill
Verified
no

What it does

sentry

Query errors, investigate exceptions, track issues, and monitor release health via the Sentry REST API. API usage is referenced through Context7 MCP; only company-specific rules are documented here.

Description

Applicable scenarios: production error investigation, issue triage, release health checks, crash analysis.

  • Internal URL: https://sentry-us.example.com (self-hosted Sentry, API base path /api/0/)
  • Organization slug: sentry
VariableDescriptionRequired
SENTRY_AUTH_TOKENOrganization Token (Settings -> Organization Tokens -> Create)Yes

Authentication: -H "Authorization: Bearer $SENTRY_AUTH_TOKEN"

The current Organization Token only has Release-related permissions by default. To query Issues/Events, create an Internal Integration in Developer Settings and enable Issue & Event: Read, Project: Read, Organization: Read.

Rules

Project Structure (7 projects)

Project slugProductPlatformDescription
app-androidMain AppAndroidPrimary consumer app (most frequent releases)
app-iosMain AppiOSPrimary consumer app
backend-serviceBackendJavaBackend service (shares releases with consumer-service)
consumer-serviceBackendJavaBackend consumer service
app2-androidSub-brand AppAndroidSub-brand app
app2-iosSub-brand AppiOSSub-brand app
app3-iosSecurity AppiOSSecurity app

Release Version Naming Convention

Three formats, distinguished by platform:

PlatformFormatExample
Android{major}.{minor}.{patch}({commit_hash})2.85.0(b4f16c)
iOS{bundle_id}@{version}+{build_number}com.example.app@3.91.0+30713
Backend{YYYYMMDD}@{COMMIT_HASH}20260212@3A5AE26

iOS Bundle ID Reference:

Bundle IDProduct
com.example.appMain App
com.example.guardGuard App
com.example.app2Sub-brand App
com.example.app3Security App

Release Frequency

  • app-android: Multiple builds per day (CI auto-reports)
  • app-ios: Several times per week
  • backend-service / consumer-service: Approximately daily deployments, version numbers include date (YYYYMMDD@HASH), both projects share the same release
  • app2-*: Lower frequency

Hard Rules

  1. Look before you act: Write operations (resolve / ignore / assign) must be preceded by reviewing the stack trace and impact scope
  2. PII protection: Error context may contain user data; never share raw stack traces externally or expose user information

Common Workflows

  1. Investigate production errors: Query unresolved issues for a project -> sort by time -> view latest event stack trace -> locate code line -> provide fix suggestions
  2. Post-deployment health check: Query latest release -> check for new issues -> confirm Crash Free Rate -> continue monitoring for 30min
  3. Batch triage: Filter by project + environment -> review stack traces one by one -> resolve / ignore / assign
  4. Release tracking: /api/0/organizations/sentry/releases/?per_page=20&sort=date -> check latest releases

Examples

Bad

# Resolving without investigation
User: Help me handle the errors on Sentry
AI: I've resolved all unresolved issues for you.  <- Did not review stack traces and impact scope

# PII leakage
AI: The stack trace shows user email user@example.com triggered the exception...  <- Should not expose user information

Good

# Post-deployment check
User: Backend just released a new version, check if there are new errors on Sentry
AI: Querying latest Release...
  1. Found 20260303@A1B2C3D, linked to backend-service and consumer-service
  2. Checking issues associated with this Release...
  3. No new issues found, recommend continuing to monitor for 30min

# Client crash investigation
User: app-android latest version 2.85.0 has user reports of crashes
AI: Querying app-android project Release 2.85.0 related issues...
  1. Found latest build 2.85.0(b4f16c)
  2. Viewing unresolved issues, sorted by affected user count
  3. Viewing top issue stack trace -> locating code

Capabilities

skillsource-addxaiskill-sentrytopic-agent-skillstopic-ai-agenttopic-ai-engineeringtopic-claude-codetopic-code-reviewtopic-cursortopic-devopstopic-enterprisetopic-sretopic-windsurf

Install

Installnpx skills add addxai/enterprise-harness-engineering
Transportskills-sh
Protocolskill

Quality

0.46/ 1.00

deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 16 github stars · SKILL.md body (4,287 chars)

Provenance

Indexed fromgithub
Enriched2026-04-22 01:02:12Z · deterministic:skill-github:v1 · v1
First seen2026-04-21
Last seen2026-04-22

Agent access