midea-recall-diagnose

Diagnoses recall pipeline failures by parsing logs and validating data indexing in Python 3 environments.

11|2|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/codingSamss/all-my-ai-needs --skill midea-recall-diagnose
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: midea-recall-diagnose
Source: https://github.com/codingSamss/all-my-ai-needs/tree/main/platforms/claude/skills/midea-recall-diagnose
Command: npx skills add https://github.com/codingSamss/all-my-ai-needs --skill midea-recall-diagnose

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, requests, browser_cookie3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill assists users in troubleshooting why certain documents or FAQs are not being recalled in various environments.

Core Features & Use Cases

  • Recall Issue Diagnosis: Analyze environment-specific recall failures for sit, uat, and prod setups.
  • Data Validation & Log Parsing: Extract and interpret trace logs and request details from environment-specific data sources.
  • Use Case: A support engineer retrieves logs showing missing documents and quickly isolates whether recall failure is due to data index issues or query misconfiguration.

Quick Start

Use the diagnostic skill to analyze the trace logs for missing recall documents in the current environment.

Frequently Asked Questions about midea-recall-diagnose

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose why documents are missing from recall results in my environment?

Diagnosing recall misses involves parsing trace logs and validating data indexing to isolate whether failures originate from data index issues or query misconfiguration. This process correlates request details to identify the root cause in operational environments.

How do I validate data indexing for recall failures in sit, uat, and prod environments?

Validating data indexing for recall failures requires extracting and interpreting trace logs from your specific environment setup. You can then analyze the formatted logs to determine if missing documents are caused by indexing gaps or query misconfigurations.

What is the best way to parse trace logs to troubleshoot recall pipeline failures?

The best way to parse trace logs for recall pipeline failures is using targeted diagnostic scripts that format and validate environment-specific log data. This isolates the root cause by correlating request details with missing document traces.

Do I need Python 3 to run diagnostic scripts for log analysis and data validation?

Yes, you need Python 3 to execute the diagnostic scripts required for log formatting and data validation. The Skill also depends on PyYAML, requests, and browser_cookie3 to parse logs and retrieve environment-specific trace information.

Why does my recall validation fail when analyzing trace logs across different environments?

Recall validation fails when trace logs show data indexing issues or query misconfigurations specific to your operational setup. Correlating trace information from sit, uat, or prod environments identifies whether the pipeline failure is due to missing documents or request errors.