guanyuan-monitor

Monitor Guanyuan dashboard metrics and trigger alerts on rule violations.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/OliverOuyang/shuhe-work-skills --skill guanyuan-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: guanyuan-monitor
Source: https://github.com/OliverOuyang/shuhe-work-skills/tree/main/skills/guanyuan-monitor
Command: npx skills add https://github.com/OliverOuyang/shuhe-work-skills --skill guanyuan-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires schedule, and includes scripts (resource) components.

What problem does it solve?

It removes the manual effort of checking dashboard card metrics and detecting anomalies by automating scheduled and on-demand checks against configurable rules, so teams receive timely alerts when key indicators deviate.

Core Features & Use Cases

  • Configurable Monitors: Define monitors that target Guanyuan dashboard cards and metric fields with arbitrary filters.
  • Multiple Rule Types: Support for threshold, change_rate (环比/同比), and range rules to capture common anomaly patterns.
  • Notification Integration: Send formatted alerts to DingTalk recipients with optional MCP-based delivery and dry-run testing.
  • Use Case: Run hourly checks on GMV and conversion metrics to detect sudden drops and notify on-call engineers via DingTalk.

Quick Start

Run guanyuan-monitor with your monitor configuration file to perform a single check and report any triggered alerts.

Frequently Asked Questions about guanyuan-monitor

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

FAQPage Schema
How do I automate metric monitoring and send DingTalk alerts for dashboard cards?

You can automate metric monitoring by defining configurable monitors that target Guanyuan dashboard cards and trigger DingTalk alerts when metrics violate threshold, change_rate, or range rules. Scheduled or on-demand checks detect anomalies like sudden GMV drops.

What types of anomaly detection rules can I apply to data platform metrics?

Supported rule types for metric monitoring include threshold checks, change_rate (环比/同比) comparisons, and range rules. These rule types capture common anomaly patterns like operational threshold breaches and rate-of-change deviations in analytics platforms.

Can I test metric alerting rules without sending actual notifications to DingTalk?

Yes, you can use the optional dry-run mode to safely test monitor definitions and rule violations without dispatching actual alerts. This verifies threshold and change_rate rules against dashboard card metrics before enabling live DingTalk notifications.

How do I schedule recurring checks for operational metrics like GMV and conversion rates?

Metric monitoring can be run using scheduled or on-demand checks against your configured monitors. By setting up the scheduler, you can perform hourly checks on GMV and conversion metrics to detect sudden drops and notify on-call engineers.

Does Guanyuan monitor support filtering dashboard card metrics before applying alert rules?

Yes, configurable monitors allow you to target specific Guanyuan dashboard cards and metric fields with arbitrary filters. This filtered metric data is then evaluated against your defined threshold, change_rate, or range rules.

What is the best way to detect rate-of-change anomalies in analytics platforms?

The change_rate rule type is designed to detect rate-of-change anomalies by evaluating metric data fetched from Guanyuan dashboard cards. It compares current values against historical data to identify sudden deviations and trigger alerts.