소스 정보
- 저장소
- TheBushidoCollective/han
- 최근 소스 활동
- 2026년 2월 11일 17:12
- 감지된 SKILL.md 언어
- 영어
- 스타
- 189
- 포크
- 20
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/TheBushidoCollective/han --skill investigate-errors명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Review current branch changes against REVIEW.md guidelines
Use when kotlin coroutines for structured concurrency including suspend functions, coroutine builders, Flow, channels, and patterns for building efficient asynchronous code with cancellation and exception handling.
Use when building modular Angular applications requiring dependency injection with providers, injectors, and services.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | investigate-errors |
| description | Investigate recent errors and exceptions in your Sentry projects |
sentry:investigate-errors - Investigate recent errors and exceptions in your Sentry projects
/investigate-errors [arguments]
Investigate recent errors and exceptions in your Sentry projects to identify issues, patterns, and root causes.
This command helps you quickly triage and investigate errors captured by Sentry across your projects.
/investigate-errors [project-name] [timeframe]
User: /investigate-errors my-web-app 24h
Claude: Investigating errors in my-web-app for the last 24 hours...
## Error Investigation Report
### Overview
- **Total Issues**: 12 error issues
- **Total Events**: 347 error events
- **Affected Users**: 89 unique users
- **Time Range**: Last 24 hours
### Top Issues
1. **TypeError: Cannot read property 'id' of undefined**
- Events: 156
- Users: 45
- First Seen: 23h ago
- Last Seen: 12m ago
- Environment: production
- Release: v2.3.1
- Trend: Increasing (spike in last 6 hours)
2. **NetworkError: Failed to fetch user data**
- Events: 89
- Users: 23
- First Seen: 18h ago
- Last Seen: 1h ago
- Environment: production
- Release: v2.3.1
3. **ReferenceError: localStorage is not defined**
- Events: 67
- Users: 34
- First Seen: 22h ago
- Last Seen: 3h ago
- Environment: production, staging
### Key Patterns
- 45% of errors correlate with v2.3.1 deployment 23h ago
- TypeError spike began 6 hours after deployment
- NetworkError appears to be intermittent (API flakiness?)
- localStorage errors isolated to server-side rendering context
### Recommendations
1. **Immediate**: Investigate TypeError in v2.3.1 - likely regression in user data handling
2. **High Priority**: Check API stability for fetch failures
3. **Medium Priority**: Add server-side rendering guards for localStorage access
Would you like me to dive deeper into any specific error?
project-name (optional): Sentry project slugtimeframe (optional): Time range (1h, 24h, 7d, 30d, or custom)/analyze-performance: Investigate performance issues/check-releases: Review recent release health/query-events: Run custom Sentry queries