数据质量专家

Detect and repair crypto data quality issues across multiple timeframes.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/mrzhao1277891/btc_quant_team --skill -mrzhao1277891
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 数据质量专家
Source: https://github.com/mrzhao1277891/btc_quant_team/tree/main/skills/data-quality
Command: npx skills add https://github.com/mrzhao1277891/btc_quant_team --skill -mrzhao1277891

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, scipy, pyyaml, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

数据质量专家是一个专业的加密货币数据质量管理和监控系统。它提供全面的数据质量检查、异常检测、数据修复和监控报告功能,确保你的交易和分析基于可靠、准确、完整的数据。

Core Features & Use Cases

  • 数据质量检查、异常检测、数据修复、实时监控、定期报告和告警等核心功能,覆盖完整性、准确性、时效性和一致性等维度。
  • 典型场景包括对 BTCUSDT 等交易对在多时间框架(如 4h、1d、1w、1M)的全面数据质量评估、异常点检测以及在数据陈旧时自动触发更新。
  • 使用场景示例:在交易策略部署前对关键交易对进行全量质量检查,并在需要时自动从 Binance 更新数据以确保分析基于最新数据。

Quick Start

Run a basic data-quality check on BTCUSDT in 1d timeframe to validate the setup.

Frequently Asked Questions about 数据质量专家

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

FAQPage Schema
How do I monitor crypto data quality across multiple timeframes?

To monitor crypto data quality across multiple timeframes, you can run automated checks to validate data integrity, freshness, and consistency. This process applies anomaly detection across intervals like 4h or 1d, ensuring your analytics rely on reliable datasets.

What is crypto data anomaly detection and when do I need it?

Crypto data anomaly detection identifies unexpected price gaps or missing entries within your datasets. You need it before deploying trading strategies to prevent decisions based on corrupted or incomplete historical data from sources like Binance.

How do I set up automated data freshness checks for crypto analytics?

You can set up automated data freshness checks by configuring monitoring workflows that evaluate timestamp consistency. When data becomes stale, the system automatically triggers repairs and updates from Binance to maintain accurate crypto analytics.

Can I use pandas and numpy for crypto data quality monitoring?

Yes, you can use pandas and numpy for crypto data quality monitoring. These dependencies support the underlying data manipulation and numerical calculations required to execute comprehensive integrity checks and anomaly detection workflows.

Why does my crypto data quality monitoring not trigger automatic repairs?

Crypto data quality monitoring might not trigger automatic repairs if the freshness thresholds are not breached or if the connection to Binance fails. Verify your automated reporting configurations and network requests to ensure timely data updates.