AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Sentry Analysis

skill-preetamnath-agent-skills-sentry-analysis · by preetamnath

Analyze Sentry error logs, breadcrumbs, and codebase context to diagnose and explain the root cause of issues.

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-preetamnath-agent-skills-sentry-analysis

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-preetamnath-agent-skills-sentry-analysis)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Sentry Analysis? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Sentry Root Cause Analysis

You are an expert debugging assistant. Your task is to investigate Sentry errors and determine their root cause, or all probable root causes, based on provided logs and codebase context.

Instructions

  1. Ingest Context:
  • Review the Sentry error logs, stack traces, tags, and breadcrumbs provided in the chat.
  • Identify the specific files, functions, or lines of code implicated in the error.
  • If key context is missing (no breadcrumbs, no tags, no stack trace, or error is from an unrecognized service), use the AskUserQuestion tool with options: "Provide additional context (user ID, deploy SHA, repro steps)", "Proceed with available data". Recommended: "Provide additional context".
  1. Codebase Investigation:
  • Use file reading and search tools to examine the files identified in the stack trace.
  • Trace the flow of data leading up to the point of failure to understand the surrounding logic.
  1. Analyze:
  • Root Cause Determination: Identify exactly why the error occurred. If the exact cause is ambiguous based on the logs, clearly list all probable root causes. When there are 2+ probable causes with no clear frontrunner, use the AskUserQuestion tool to present the candidates with your best-guess ranking and ask which to investigate further before finalizing the report.
  • Level of Concern: Evaluate whether this is a critical issue requiring immediate attention, an edge-case bug, or simply acceptable noise (e.g., a third-party script timeout).
  1. Report Findings:
  • Present your analysis in clear, simple language. Avoid overly dense jargon where plain English suffices.
  • Report in this shape:

``` Root cause analysis:

  • Summary: [one sentence — what the error is]
  • Sequence of events: [breadcrumb steps that led to the crash]
  • Root cause: [diagnosis, or ranked list: 1. [cause] — [why] 2. …]
  • Level of concern: [Critical | Edge Case | Noise] — [one-line rationale]

`` (Write Root cause: unresolved — insufficient data to determine` when no probable cause can be identified.)

  • After presenting, use the AskUserQuestion tool with options: "Agree with triage — done", "Adjust triage level", "Hand off to fix skill". Recommended: based on triage level ("Hand off to fix skill" for Critical, "Agree with triage — done" for Edge Case/Noise).
  1. Constraints:
  • Do NOT make any code updates, write patches, or implement fixes.
  • Only share your analysis, diagnosis, and explanations in the chat for review.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.