소스 정보
- 저장소
- 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 check-releases명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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 | check-releases |
| description | Check release health and compare error rates across deployments |
sentry:check-releases - Check release health and compare error rates across deployments
/check-releases [arguments]
Check the health of recent releases in Sentry to identify problematic deployments, track adoption rates, and compare error rates.
This command helps you monitor release quality and quickly identify if a new deployment introduced regressions.
/check-releases [project-name] [release-version]
User: /check-releases frontend-app v2.4.0
Claude: Checking release health for frontend-app v2.4.0...
## Release Health Report
### Release: v2.4.0
- **Deployed**: 2 days ago
- **Total Sessions**: 45,320
- **Unique Users**: 12,450
- **Adoption**: 78% of active users
### Health Metrics
**Current Release (v2.4.0):**
- Crash-Free Sessions: 97.2%
- Crash-Free Users: 98.1%
- New Issues: 5
- Total Events: 1,247
**Previous Release (v2.3.9):**
- Crash-Free Sessions: 99.1%
- Crash-Free Users: 99.4%
- New Issues: 1
- Total Events: 423
**Change:** 🔴 -1.9% crash-free sessions, -1.3% crash-free users
### New Issues Introduced in v2.4.0
1. **TypeError: Cannot access 'setState' before initialization**
- Events: 478
- Users: 234
- Severity: High
- Component: UserProfile
2. **NetworkError: Request timeout on /api/analytics**
- Events: 356
- Users: 178
- Severity: Medium
3. **Warning: Each child should have unique 'key' prop**
- Events: 289
- Users: 145
- Severity: Low
4. **Error: Failed to parse JSON response**
- Events: 89
- Users: 45
- Severity: Medium
5. **Unhandled Promise Rejection in data loader**
- Events: 35
- Users: 12
- Severity: Low
### Release Comparison
| Metric | v2.4.0 | v2.3.9 | v2.3.8 | Trend |
|--------|--------|--------|--------|-------|
| Crash-Free Sessions | 97.2% | 99.1% | 99.0% | 🔴 Down |
| Error Events | 1,247 | 423 | 456 | 🔴 Up |
| Performance (P95) | 2.1s | 1.8s | 1.9s | 🔴 Slower |
### Assessment
🔴 **Release Quality: Poor**
This release has significantly higher error rates compared to previous versions.
The TypeError affecting UserProfile is the primary contributor to degraded health.
### Recommendations
1. **Immediate**: Investigate TypeError in UserProfile component
2. **Consider**: Rollback to v2.3.9 if issue persists
3. **Monitor**: NetworkError timeout - may be infrastructure-related
4. **Track**: Performance regression (300ms slower P95)
Would you like me to:
- Investigate the UserProfile TypeError in detail?
- Compare performance metrics across releases?
- Check if any users are reporting issues?
project-name (optional): Sentry project slugrelease-version (optional): Specific release to check (defaults to latest)/investigate-errors: Dive deeper into release-specific errors/analyze-performance: Check performance changes across releases/query-events: Custom queries filtered by release