sentry

sentry is a skill for Claude Code from addxai/enterprise-harness-engineering. It costs 68 tokens per session (1,126 once invoked), scanned A, original, Apache-2.0.

A Sentry monitoring integration for querying application errors, investigating exceptions, triaging issues, and checking release health. Sentry is a service that collects crash and error reports from software.

In plain words
What is it for?
Use it to inspect errors, stack traces, crash reports, tracked issues, and release health through Sentry's API.
Why use it?
It helps developers investigate production failures and determine whether a software release is stable.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the enterprise-harness-engineering plugin — 25 skills shipped together

Good fit Use it to inspect errors, stack traces, crash reports, tracked issues, and release health through Sentry's API.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/addxai/enterprise-harness-engineering/sentry
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add addxai/enterprise-harness-engineering --skill sentry
Clone the repo
git clone --depth 1 https://github.com/addxai/enterprise-harness-engineering

Made for: Claude Code.

Or install enterprise-harness-engineering, the plugin that ships this one along with the rest of its 25 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sentry

README.md
[![agentmods](https://agentmods.dev/badge/skills/addxai/enterprise-harness-engineering/sentry.svg)](https://agentmods.dev/skills/addxai/enterprise-harness-engineering/sentry)
Your own site
<a href="https://agentmods.dev/skills/addxai/enterprise-harness-engineering/sentry"><img src="https://agentmods.dev/badge/skills/addxai/enterprise-harness-engineering/sentry.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,126 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00068 $0.01126
Opus 5 $0.00034 $0.00563
Sonnet 5 $0.00014 $0.00225
Haiku 4.5 $0.00007 $0.00113

Measured 7d ago against content hash ac1a1f7891e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

sentry scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/sentry/SKILL.md · 107 lines

How it starts

The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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
Variable Description Required
SENTRY_AUTH_TOKEN Organization 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 slug Product Platform Description
app-android Main App Android Primary consumer app (most frequent releases)
app-ios Main App iOS Primary consumer app
backend-service Backend Java Backend service (shares releases with consumer-service)
consumer-service Backend Java Backend consumer service
app2-android Sub-brand App Android Sub-brand app
app2-ios Sub-brand App iOS Sub-brand app
app3-ios Security App iOS Security app

Release Version Naming Convention

Three formats, distinguished by platform:

Platform Format Example
Android {major}.{minor}.{patch}({commit_hash}) 2.85.0(b4f16c)
iOS {bundle_id}@{version}+{build_number} [email protected]+30713
Backend {YYYYMMDD}@{COMMIT_HASH} 20260212@3A5AE26

iOS Bundle ID Reference:

Bundle ID Product
com.example.app Main App
com.example.guard Guard App
com.example.app2 Sub-brand App
com.example.app3 Security App

Read the full file on GitHub · 107 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 107 lines · 68 tokens per session scan A ac1a1f7891e0

Subscribe to this mod's changes

sentry is a skill published in the GitHub repository addxai/enterprise-harness-engineering (44 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 68 tokens to every session and 1,126 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

bug-diagnosis

Use this skill to systematically diagnose the root cause of a bug before attempting a fix. Activates when a bug is reported, a test is failing, or unexpected behavior is observed. Prevents guess-and-check debugging that introduces additional bugs while chasing symptoms.

karthikrshet/aiskills · 60 tokens

git-advanced-workflows

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.

wshobson/agents · 54 tokens

systematic-debugging

A step-by-step method for finding the underlying cause of technical problems before changing code. It covers reading errors, reproducing failures, checking recent changes, and tracing data across system components.

jnMetaCode/superpowers-zh · 24 tokens

peon-ping-toggle

Toggle peon-ping sound notifications on/off. Use when user wants to mute, unmute, pause, or resume peon sounds during a Claude Code session. Also handles config changes like volume, pack rotation, categories — any peon-ping setting.

PeonPing/peon-ping · 58 tokens

peon-ping-log

Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".

PeonPing/peon-ping · 64 tokens

diagnose-backend-bug

Diagnose a bounded backend or multi-service failure from GitHub Issues, Jira, Aone, user-provided exports, logs, traces, responses, stack traces, or job records. Use when a service, API, RPC, worker, queue, CLI, or scheduled job bug needs correlation through the project's existing observability route before repair; do…

QoderAI/better-harness · 87 tokens