sentry-analysis

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sentry-analysis" with this command: npx skills add preetamnath/agent-skills/preetamnath-agent-skills-sentry-analysis

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.
  2. 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.
  3. 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.
    • 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).
  4. Report Findings:

    • Present your analysis in clear, simple language. Avoid overly dense jargon where plain English suffices.
    • Structure your response with the following sections:
      • Summary: One sentence describing what the error is.
      • Sequence of Events: Break down the breadcrumbs and explain the steps that led to the crash.
      • Root Cause: Your diagnosis, or a ranked list of probable causes if ambiguous.
      • Level of Concern: Critical / Edge Case / Noise — with a brief rationale.
  5. 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 Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code-review

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

git-commit-message

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

vercel-react-best-practices

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

Repository Source
23K212.4K
vercel