Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:58 +08:00
commit 075870bc74
8 changed files with 188 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for error-rate-monitor skill
- [ ] analyze_errors.py: Script to fetch error data from various sources (logs, APIs) and calculate error rates.
- [ ] set_alert_threshold.py: Script to set alert thresholds for error rates based on user input.
- [ ] generate_error_report.py: Script to generate a detailed error report in a user-friendly format (e.g., Markdown, HTML).