bash scripts/phase5-notify.sh <anomalydetected: 0|1>
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill video-notify --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Video Notify?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-video-notify)More formats (shields.io, HTML) on the badges page.
---
name: video-notify
description: 'bash scripts/phase5-notify.sh <anomalydetected: 0|1>'
---
# Skill: Notification
## Status
enabled
## Purpose
異常検知結果に基づいて通知を行います。
## Entry point
```bash
make phase5-notify
# または
bash scripts/phase5-notify.sh <anomaly_detected: 0|1>
```
## Behavior
### GitHub Actions 環境
- 異常時: GitHub Issue を作成
- 正常時: Actions Summary にメトリクス集計を表示
### ローカル環境
- 標準出力にサマリーを表示
## Notes
- Issue 作成には gh CLI が必要
- 既存の同名 Issue がある場合はコメント追加
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!