Agent skill · Workflow & Productivity

1k-sentry-analysis

Analyze and fix production errors from Sentry crash reports. Use when investigating AppHang, ANR, crashes, or production errors. Includes complete workflow from JSON analysis to bug fix implementation with evidence-based methodology. Triggers on sentry, crash, AppHang, ANR, error analysis, production error, bug analysis, crash report, freeze, hang, not responding, stacktrace, breadcrumbs, exception.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill 1k-sentry-analysis --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: ReadGrepGlobWriteEditBash
Path: skills/analysis/1k-sentry-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Sentry Error Analysis & Fixes Complete workflow for analyzing and fixing production errors from Sentry crash reports. ## Workflow Overview ``` 1. Obtain Sentry JSON log ↓ 2. Analyze error ↓ 3. Identify root cause ↓ 4. Generate bug analysis log ↓ 🚨 WAIT FOR USER CONFIRMATION 🚨 ↓ 5. Implement fix (only after approval) ↓ 6. Test & verify ↓ 7. Create PR ``` ## Critical Requirements **MUST follow these rules:** 1. ✅ **Always create a bug analysis log** in `node_modules/.cache/bugs/` before implementing fixes 2. 🚨 **MUST wait for user confirmation** before starting any code changes 3. ✅ **Bug analysis must be complete** with all sections filled 4. ✅ **Use evidence-based methodology** (环环相扣,逐步递进) ## Quick Reference ### Common Error Types | Type | Description | Common Causes | |------|-------------|---------------| | AppHang | iOS app frozen >5s | Too many concurrent requests, main thread blocking | | ANR | Android Not Responding | Heavy operations on main thread, deadlocks | | Crash | App terminated | Null pointer, memory issues, unhandled exceptions | | Exception | Handled error | Network failures, validation errors, state issues | ### Analysis Methodology Use **6 types of proof** t

What's inside
Steps it walks through
  1. Workflow Overview
  2. Critical Requirements
  3. Quick Reference
  4. Common Error Types
  5. Analysis Methodology
  6. Common Fix Patterns
  7. Detailed Guide
  8. Key Files
  9. When to Use This Skill
  10. Related Skills
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the 1k-sentry-analysis skill do?

Analyze and fix production errors from Sentry crash reports. Use when investigating AppHang, ANR, crashes, or production errors. Includes complete workflow from JSON analysis to bug fix implementation with evidence-based methodology. Triggers on sentry, crash, AppHang, ANR, error analysis, production error, bug analysis, crash report, freeze, hang, not responding, stacktrace, breadcrumbs, exception.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill 1k-sentry-analysis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going