·diagnostic-issue-resolver
*

diagnostic-issue-resolver

Diagnose and resolve TTS and Telegram bot issues. TRIGGERS - tts not working, bot not responding, kokoro error, audio not playing, lock stuck, telegram bot troubleshoot, diagnose issue.

36Installs·1Trend·@terrylica

Installation

$npx skills add https://github.com/terrylica/cc-skills --skill diagnostic-issue-resolver

How to Install diagnostic-issue-resolver

Quickly install diagnostic-issue-resolver AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill diagnostic-issue-resolver
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: terrylica/cc-skills.

SKILL.md

View raw

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 |

Diagnose and resolve TTS and Telegram bot issues. TRIGGERS - tts not working, bot not responding, kokoro error, audio not playing, lock stuck, telegram bot troubleshoot, diagnose issue. Source: terrylica/cc-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/terrylica/cc-skills --skill diagnostic-issue-resolver
Category
*Creative Media
Verified
First Seen
2026-03-07
Updated
2026-03-10

Browse more skills from terrylica/cc-skills

Quick answers

What is diagnostic-issue-resolver?

Diagnose and resolve TTS and Telegram bot issues. TRIGGERS - tts not working, bot not responding, kokoro error, audio not playing, lock stuck, telegram bot troubleshoot, diagnose issue. Source: terrylica/cc-skills.

How do I install diagnostic-issue-resolver?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill diagnostic-issue-resolver Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/terrylica/cc-skills