troubleshooting-health-checks
Debugs and troubleshoots Mission Control health checks by analyzing check configurations, reviewing failure patterns, and identifying root causes. Use when users ask about failing health checks, mention specific health check names or IDs, inquire why a health check is failing or unhealthy, or need help understanding health check errors and timeouts.
What this skill does
# Health Check Troubleshooting Skill ## Core Purpose This skill enables Claude to troubleshoot Mission Control health checks by analyzing check configurations, diagnosing failure patterns, identifying timeout and error root causes, and recommending configuration adjustments to improve reliability. Note: Read @skills/troubleshooting-health-checks/references/query-syntax.md for query syntax ## Health check troubleshooting workflow Copy this checklist and track your progress: ``` Troubleshooting Progress: - [ ] Step 1: Gather health check information - [ ] Step 2: Analyze failure patterns - [ ] Step 3: Cross-reference configuration issues - [ ] Step 4: Create diagnostic summary - [ ] Step 5: Verify remediation steps ``` ## Gather health check information To begin with, get the id of the check in question. Use `search_health_checks` with query syntax to find checks. Read @skills/troubleshooting-health-checks/references/query-syntax.md for query syntax Else, if you could not get the health check Id from the user provided name, use `list_all_checks` to get complete metadata for all health checks . Then, follow this procedure: - **Historical Context**: Use `get_check_status` to retrieve execution history - **Investigate the check specification**: Understand the intention of the check. - **Investigate the changes to the canary**: Use `search_catalog_changes(<canary_uuid>)` to get the changes on the canary. Look for the change details to see any new changes on the specification. ## Analyze failure patterns Examine the historical data to identify patterns. Look for: - **Intermittent failures**: Passes sometimes, fails others - Suggests: Network instability, load-related issues, race conditions - **Consistent failures**: Always failing - Suggests: Configuration error, endpoint down, authentication issue - **Recent pattern changes**: Was passing, now failing - Suggests: Recent deployment, config change, infrastructure change - **Timeout patterns**: Fails with timeout errors - Suggests: Performance degradation, insufficient timeout value - **Time-based patterns**: Fails at specific times - Suggests: Scheduled jobs, traffic patterns, resource contention Duration analysis: - Increasing duration → Performance degrading (may lead to timeouts) - Spiky duration → Intermittent load or resource contention - Consistent slow duration → Timeout threshold too aggressive ## Create diagnostic summary Organize findings systematically. Include: - **Primary diagnosis** - Root cause identification with supporting evidence - Quote specific error messages from last_result - Reference historical pattern statistics - Cite configuration values that contribute to the issue - **Contributing factors** - Secondary issues that may worsen the problem - Environmental factors (network, infrastructure) - Configuration mismatches - **Impact assessment** - How long has the issue persisted - Frequency and severity of failures - Potential downstream effects Example diagnostic format: > The health check "api-status" (ID: check-123) is failing based on `get_check_status` history showing error "timeout exceeded" in recent executions. Historical data shows duration increasing from 3s to 5s over 6 hours. This indicates backend performance degradation requiring investigation and potential timeout adjustment. ## Verify remediation steps Provide and validate specific fixes. For each recommendation: - Use `run_health_check` to test fixes immediately - Verify check passes after configuration changes - Monitor execution duration and response ## Success criteria checklist Before completing troubleshooting: - [ ] Health check configuration fully analyzed - [ ] Failure pattern clearly identified with evidence - [ ] Root cause diagnosed with supporting data - [ ] Specific remediation steps provided - [ ] Configuration adjustments justified - [ ] Validation approach included
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.