From dding-dong
Diagnose dding-dong notification issues. This skill should be used when the user says "notification not working", "sound not playing", "no alert", "diagnose", "알림 안됨", "소리 안남", "알림 문제", "진단", or experiences notification failures. 알림 문제 진단.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dding-dong:dd-doctorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
알림이 정상 작동하지 않을 때 원인을 분석합니다.
알림이 정상 작동하지 않을 때 원인을 분석합니다.
node "${CLAUDE_PLUGIN_ROOT}/scripts/setup-wizard.mjs" detect --cwd "$(pwd)"
결과를 분석하여 플랫폼, 사운드 플레이어, 알림 도구 상태를 확인합니다.
node "${CLAUDE_PLUGIN_ROOT}/scripts/check-config.mjs" --cwd "$(pwd)"
JSON 결과에서 다음을 확인합니다:
setup.completed — 초기 셋업 완료 여부 (미완료 시 /dding-dong:dd-setup 권장)config — 병합된 설정 (enabled, sound.events, notification.events 등)paths — 각 설정 파일의 경로와 존재 여부node "${CLAUDE_PLUGIN_ROOT}/scripts/setup-wizard.mjs" validate --cwd "$(pwd)"
자동 검증 항목:
node "${CLAUDE_PLUGIN_ROOT}/scripts/notify.mjs" test task.complete
발견된 문제와 해결 방법을 한국어로 정리하여 보고합니다:
관련 스킬
/dding-dong:dd-setup/dding-dong:dd-feedback/dding-dong:dd-helpnpx claudepluginhub caesiumy/dding-dong --plugin dding-dongConfigures Bark push, WeChat, and system notifications for Claude Code projects. Enables persistent alerts and proactive sending via PowerShell scripts after tasks.
Configures Bark push, WeChat, and system notifications for Claude Code via .claude/claude-notification.local.md. Provides bash scripts for proactive task alerts.
Manages echook audio notifications for Claude Code, Cursor, and Codex: installs, configures, snoozes, mutes, tests, troubleshoots, and monitors context window usage.