check-releases
Check release health and compare error rates across deployments
What this skill does
# Check Release Health ## Name sentry:check-releases - Check release health and compare error rates across deployments ## Synopsis ``` /check-releases [arguments] ``` ## Description Check the health of recent releases in Sentry to identify problematic deployments, track adoption rates, and compare error rates. ## Implementation This command helps you monitor release quality and quickly identify if a new deployment introduced regressions. ## Usage ``` /check-releases [project-name] [release-version] ``` ## What This Command Does 1. Lists recent releases for the specified project 2. Fetches release health metrics using Sentry MCP tools 3. Analyzes release data including: - Crash-free session rate - Crash-free user rate - Total sessions/users - New error issues introduced - Adoption rate over time 4. Compares current release with previous releases 5. Identifies problematic releases 6. Provides recommendations for rollback or monitoring ## Prerequisites - Sentry MCP server must be installed and configured - OAuth authentication with Sentry must be completed - Release tracking configured in Sentry - Access to the target Sentry project ## Example Interaction ``` 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? ``` ## Arguments - `project-name` (optional): Sentry project slug - `release-version` (optional): Specific release to check (defaults to latest) ## Tips - Monitor crash-free rates closely after deployments - Compare new releases with previous stable versions - Track new issues introduced per release - Set up release health alerts - Use release tags consistently in your deployment pipeline - Roll back quickly if crash-free rate drops significantly ## Related Commands - `/investigate-errors`: Dive deeper into release-specific errors - `/analyze-performance`: Check performance changes across releases - `/query-events`: Custom queries filtered by release
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.