用 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