Test Notify banner
mylee04 mylee04

Test Notify

Testing community

Description

--- description: Test notifications on current platform --- # Test Notifications ## What This Command Does 1. Detects current platform (macOS/Linux/Windows/WSL) 2. Checks for available notification tools 3. Sends a test notification 4. Verifies notification was delivered ## When to Use - After installation to verify setup - When debugging notification issues - Before releasing a new version ## Process ### 1. Check Environment ```bash make test ``` ### 2. Send Test Notification ```bash

Installation

Installs to ~/.claude/commands/mylee04-code-notify-test-notify.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mylee04/code-notify/HEAD/.claude/commands/test-notify.md -o ~/.claude/commands/mylee04-code-notify-test-notify.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository