Notify Waiting

Ping the user with an audible chime, green iTerm2 tab color, and a 'waiting...' terminal title to grab their physical attention. Invoke this WHENEVER Claude is about to block on a manual user action that requires the user to be at their machine — e.g., right before 2FA approval prompts, manual OAuth browser confirmations, or any interactive CLI step that pauses until the user clicks/approves something.

YoniChechik Updated

File contents

Run the one-liner below to alert the user. If orchestration mode is on, dispatch it via a subagent Bash call; otherwise run it directly in the current Bash tool. No other steps.

bash -c 'source /Users/yonichechik/.claude/scripts/_notify.sh && notify_user_attention'

YoniChechik/claude-code-config/tree/main/skills/notify-waiting commit 15b1ef8f85

Frequently asked questions

npx skillmds@latest add yonichechik/notify-waiting