Back to list
kentoje

notify

by kentoje

2🍴 1📅 Jan 24, 2026

SKILL.md


name: notify description: Send notifications via ntfy.sh to alert about completed tasks, errors, or important events

Notify Skill

Send notifications via ntfy.sh to alert the user about completed tasks, errors, or any important events.

Usage

Use this skill when:

  • A long-running task has completed
  • An error or issue needs attention
  • The user explicitly asks to be notified
  • Any event that warrants alerting the user

How to Send Notifications

Execute the following command with an appropriate message using fish shell:

fish -c 'curl -d "<MESSAGE>" "ntfy.sh/$NTFY_SUB_TOPIC"'

Replace <MESSAGE> with a concise, descriptive message about the event.

Note: $NTFY_SUB_TOPIC is a private fish shell variable, so the command must be run via fish -c.

Message Guidelines

  • Keep messages short and actionable (under 100 characters when possible)
  • Include relevant context (e.g., task name, file, error type)
  • Use clear language

Example Messages

  • "Build completed successfully"
  • "Tests passed: 42/42"
  • "Error: TypeScript compilation failed in src/index.ts"
  • "PR #123 is ready for review"
  • "Task complete: Database migration finished"

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon