time_gradual_change_check
OfficialDetect time series smoothness with突变跳点和方向振荡 checks.
Authorcas-bigdatalab
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill detects anomalies in time series data by identifying sudden jumps and oscillations in the data, helping users maintain the quality and consistency of their time series data.
Core Features & Use Cases
- Sudden Jump Detection: Identifies points where the change in data exceeds a specified threshold.
- Oscillation Detection: Detects patterns of repeated rise and fall within a specified window.
- Use Case: For instance, when monitoring sensor data, this Skill can alert you to sudden spikes or oscillations that may indicate a malfunction or other issue.
Quick Start
Run the time_gradual_change_check skill with the following command:
python scripts/time_gradual_change_check.py \
--input_path /path/to/input.csv \
--output_path /path/to/output.csv \
--check_field temperature \
--time_field timestamp \
--time_format "%Y-%m-%d %H:%M:%S" \
--jump_threshold 10.0 \
--qc_mark QC0017 \
--mark_field_name QC0000
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: time_gradual_change_check Download link: https://github.com/cas-bigdatalab/piflow/archive/main.zip#time-gradual-change-check Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.