Moshi Notification Skill
Send a push notification to the Moshi app.
Usage
/moshi-notify "タイトル" "メッセージ"
Examples
/moshi-notify "Task Complete" "Build finished successfully. All 42 tests passed."
/moshi-notify "完了" "ビルドが成功しました。\n\n- コンパイル完了\n- テスト通過\n- デプロイ準備完了"
/moshi-notify "エラー" "テストが失敗しました。\n\n詳細はログを確認してください。"
Instructions
Parse the user's input:
- Title: Short summary (first argument or first line, max ~50 chars)
- Message: Full detailed message (seco
[Description truncada. Veja o README completo no GitHub.]