diagnostic-issue-resolver とは?
TTS および Telegram ボットの問題を診断して解決します。トリガー - tts が機能しない、ボットが応答しない、ココロエラー、オーディオが再生されない、ロックがスタックしている、テレグラムボットのトラブルシューティング、問題を診断します。 ソース: terrylica/cc-skills。
TTS および Telegram ボットの問題を診断して解決します。トリガー - tts が機能しない、ボットが応答しない、ココロエラー、オーディオが再生されない、ロックがスタックしている、テレグラムボットのトラブルシューティング、問題を診断します。
コマンドラインで diagnostic-issue-resolver AI スキルを開発環境にすばやくインストール
ソース: terrylica/cc-skills。
Diagnose and fix common TTS + Telegram bot issues through systematic symptom collection, automated diagnostics, and targeted fixes.
| Issue | Likely Cause | Diagnostic | Fix |
| No audio output | Stale TTS lock | stat /tmp/kokoro-tts.lock | rm -f /tmp/kokoro-tts.lock | | Bot not responding | Process crashed | pgrep -la 'bun.src/main.ts' | Restart: cd /.claude/automation/claude-telegram-sync && bun --watch run src/main.ts |
TTS および Telegram ボットの問題を診断して解決します。トリガー - tts が機能しない、ボットが応答しない、ココロエラー、オーディオが再生されない、ロックがスタックしている、テレグラムボットのトラブルシューティング、問題を診断します。 ソース: terrylica/cc-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/terrylica/cc-skills --skill diagnostic-issue-resolverTTS および Telegram ボットの問題を診断して解決します。トリガー - tts が機能しない、ボットが応答しない、ココロエラー、オーディオが再生されない、ロックがスタックしている、テレグラムボットのトラブルシューティング、問題を診断します。 ソース: terrylica/cc-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/terrylica/cc-skills --skill diagnostic-issue-resolver インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/terrylica/cc-skills