hnh-report-sentry

Fetch Sentry issue context and analyze local codebase for root causes.

3|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/huynguyenh/skills --skill hnh-report-sentry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hnh-report-sentry
Source: https://github.com/huynguyenh/skills/tree/main/skills/hnh-report-sentry
Command: npx skills add https://github.com/huynguyenh/skills --skill hnh-report-sentry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the investigation of Sentry errors, transforming raw error data into actionable insights and suggested code fixes, significantly reducing debugging time.

Core Features & Use Cases

  • Automated Error Triage: Fetches full Sentry issue context, including stacktraces, events, and tags.
  • Codebase Root Cause Analysis: Explores your local codebase to pinpoint the origin of errors.
  • Prioritized Fix Suggestions: Generates a categorized report with concrete code changes and offers to create Jira tickets.
  • Use Case: When a critical bug is reported in production via Sentry, use this Skill to get an immediate, in-depth analysis and proposed solution without manually digging through logs and code.

Quick Start

Use the hnh-report-sentry skill to investigate the Sentry issue with URL https://sentry.io/organizations/my-org/issues/1234567890/.

Frequently Asked Questions about hnh-report-sentry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug production errors from Sentry faster?

You can debug Sentry production errors faster by automating error triage, fetching full stacktraces and event context, and performing local codebase analysis to pinpoint root causes and suggest concrete fixes.

Can I create Jira tickets directly from Sentry issues?

Yes, you can create Jira tickets directly from Sentry issues. The analysis generates a categorized report with proposed code changes and offers to create Jira tickets for production bugs.

Do I need API credentials to investigate Sentry issues?

Yes, you need Sentry and Jira API credentials for full functionality. These credentials allow the tool to fetch comprehensive error context and automate Jira ticket creation.

How does codebase analysis find the root cause of a Sentry error?

Codebase analysis finds the root cause by exploring your local codebase alongside fetched Sentry stacktraces, events, and tags to pinpoint the exact origin of the production error.

What is the best way to triage Sentry stacktraces?

The best way to triage Sentry stacktraces is to fetch comprehensive issue context including events and tags, then cross-reference the stacktrace with your local codebase to identify root causes.