直近 N 件のメトリクスを分析し、異常を検出します。
Scanned 9/4/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry-data --skill video-anomaly --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Video Anomaly?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-video-anomaly-claude-skill-registry-data)More formats (shields.io, HTML) on the badges page.
---
name: video-anomaly
description: 直近 N 件のメトリクスを分析し、異常を検出します。
---
# Skill: Anomaly Detection
## Status
enabled
## Purpose
直近 N 件のメトリクスを分析し、異常を検出します。
## Entry point
```bash
make phase5-anomaly
```
## Detection Rules
1. **失敗率 > 20%** → 異常
2. **実行時間が前期間の 2 倍以上** → 異常
3. **評価スコアが前期間より低下** → 異常
## Exit Codes
- `0`: 正常
- `1`: 異常検出
## Notes
- 詳細分析には Python3 が必要
- データ不足時は正常扱い
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!