← スキル一覧に戻る

watch-monitor
by fotescodev
⌚ Claude Watch The first wearable interface for AI-assisted coding. Approve code changes from your wrist. No phone. No laptop. Just tap.
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: watch-monitor description: Launch the live watch debug monitor TUI to track integration events in real-time
Watch Debug Monitor
Launch the real-time watch integration debug monitor.
What This Does
Starts an interactive TUI dashboard that shows:
- ⌚ Live event stream (hooks, requests, approvals, errors)
- ☁️ Cloud server connectivity status
- 🔗 Pairing status
- 🪝 Hook status
- 📨 Pending approval requests
- 🎫 Auto-creates Ralph tasks when issues are detected
Run the Monitor
.claude/hooks/watch-debug-monitor.sh
Press Ctrl+C to exit.
Related Commands
| Command | Description |
|---|---|
.claude/hooks/watch-debug-viewer.sh | Browse saved debug sessions |
.claude/hooks/watch-debug-viewer.sh tail | Follow latest log live |
.claude/hooks/watch-debug-viewer.sh errors | Show only errors |
.claude/hooks/watch-debug-viewer.sh stats | Show statistics |
Auto-Bug Detection
The monitor automatically creates Ralph tasks when patterns indicate issues:
| Pattern | Threshold | Task ID |
|---|---|---|
| Cloud connectivity failures | 3 in 5min | DBG-CLOUD |
| Pairing ID mismatch | Immediate | DBG-PAIR |
| Request timeouts | 2 in 10min | DBG-TIMEOUT |
| Hook failures | 3 in 5min | DBG-HOOK |
| High rejection rate | 5 in 10min | DBG-UX-REJECT |
| APNs failures | 2 in 5min | DBG-APNS |
Logs Location
All sessions saved to: .claude/logs/watch-debug/
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です