skills/notify-me/SKILL.md
Send a desktop notification to the user when they ask to be notified upon task completion. Use this skill when the user says "let me know when done", "notify me", "ping me", "let me know", "I'll check back", "wait for it", "tell me when", "give me a heads up", or any similar phrase indicating they want a notification when the current task finishes.
npx skillsauth add popoffvg/dotfiles notify-meInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The user wants a desktop notification when the current task is complete.
notify tool with a concise summary message."Build complete — no errors""Tests passed (42/42)""Refactor done: auth module""Research complete"User: "Run the test suite and let me know"
→ Run tests → at the end call:
notify("Tests passed: 42/42")
testing
Use when the user asks to create test sets, enumerate scenarios, generate edge cases, or draft a coverage matrix before implementation.
testing
Use when the user asks to review, audit, score, or validate test sets for missed cases before execution or merge.
tools
Test harness plugins in isolation using tmux panes. Runs MCP servers, unit tests, typecheck, and Claude plugin loading. Use when user says "test plugin", "check plugin", "run plugin tests", "validate plugin", or names a specific plugin to test.
development
Guide for designing integration and e2e tests using BDD (Behavior-Driven Development) methodology with Cucumber-style Given/When/Then scenarios. Use when writing or reviewing tests for any service, API, or component. Language-agnostic — covers scenario structure, step notation, assertion principles, async patterns, and common anti-patterns.