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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Workflow Overview
- Critical Requirements
- Quick Reference
- Common Error Types
- Analysis Methodology
- Common Fix Patterns
- Detailed Guide
- Key Files
- When to Use This Skill
- Related Skills
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.
