ソース情報
- リポジトリ
- WellApp-ai/Well
- ソースの最終更新活動
- 2026年1月13日 16:42
- 検出された SKILL.md の言語
- 英語
- スター
- 341
- フォーク
- 47
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/WellApp-ai/Well --skill slack-announceコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Connect and verify the Well MCP — authenticate, confirm the tools work, and show what to ask. Use when the user runs /well:connect, just installed the Well plugin, or says the Well connection/MCP "isn't working" / "nothing happened".
Produce an accounts-receivable aging report and surface overdue invoices for a Well workspace. Use when the user asks who owes them money, an AR aging report, overdue invoices, days sales outstanding (DSO), or which customers to chase.
Forecast cash flow and runway for a Well workspace from booked invoices and collected bank transactions. Use when the user asks for a cash-flow forecast, runway, how long until they run out of cash, projected balance, or expected inflows/outflows.
| name | slack-announce |
| description | Generate formatted Slack messages for team communication |
Generate copy-ready Slack messages for various team announcements.
Identify the type of announcement:
| Type | Context | Priority |
|---|---|---|
pr | New PR created | Normal |
hotfix | Urgent production fix | High |
deploy | Deployment to environment | Normal |
incident | Production issue | Critical |
Collect required information based on type:
For PR:
For Hotfix:
For Deploy:
By message type:
| Type | Primary Emoji | Secondary Emojis |
|---|---|---|
| pr (feat) | 🚀 | 📋 🔗 👀 |
| pr (fix) | 🔧 | 📋 🔗 👀 |
| pr (chore) | 🧹 | 📋 🔗 👀 |
| pr (docs) | 📚 | 📋 🔗 👀 |
| pr (refactor) | ♻️ | 📋 🔗 👀 |
| hotfix | ⚠️ | 🔥 🚨 |
| deploy | ✅ | 🎉 📦 |
| incident | 🚨 | ⚠️ 🔴 |
Select a closing that matches the PR context. Be human, be fun, be relevant.
Features (feat):
- "Feature flag? Where we're going, we don't need feature flags 🚗"
- "Users asked, we delivered 📦"
- "Fresh code, hot off the keyboard! ⌨️🔥"
- "Time to make some bytes dance! 💃"
- "Let's gooooo! 🎸"
Fixes (fix):
- "Bug squashed. No insects were harmed 🐛✨"
- "It's not a bug, it was an undocumented feature 📝"
- "Another bug bites the dust 🎵"
- "Sleep well tonight, this one's fixed 😴"
Refactors (refactor):
- "Same same, but different, but still same 🔄"
- "If it ain't broke... refactor it anyway ♻️"
- "Deleting code is my love language 💕"
- "Less is more. Literally, we deleted stuff 🗑️"
Chores (chore):
- "The unglamorous work that makes the magic happen ✨"
- "Housekeeping complete, the codebase says thank you 🏠"
- "Ctrl+S, Ctrl+Ship! 🚢"
- "Another day, another deploy (hopefully) 🤞"
Docs (docs):
- "Future us will thank present us 📚"
- "Documentation: because tribal knowledge doesn't scale 🧠"
- "README? More like READ-ME-PLEASE 🙏"
Cursor Rules / AI Workflow:
- "Teaching the AI new tricks! 🎓🤖"
- "The machines are learning... from us, for once 🧠"
- "The rules now have rules about rules 🤯"
- "25 skills walk into a codebase... 🚶♂️"
- "Now with 100% more patine (it's French, we're fancy) 🥐"
Tables / Data:
- "Rows and columns, living in harmony 📊"
- "Data goes in, insights come out 🔮"
Auth / Security:
- "Keeping the bad guys out since [current_year] 🔐"
- "Trust no one. Except this PR. Trust this PR 🤝"
Payments / Billing:
- "Making money moves 💰"
- "Cha-ching! 💵"
- "Shipping it before my coffee gets cold ☕"
- "May the code review gods be merciful 🙏"
- "Works on my machine™ 💻"
- "One small commit for dev, one giant leap for the product 🌙"
- "On it! 🔥"
- "Fix incoming, hold tight! 🏃♂️"
- "Crisis averted. Coffee break earned ☕"
- "The bat-signal was answered 🦇"
PR Template:
[emoji] **[Feature Name]**
[Two-liner: what this does + why it matters]
📋 Notion: [notion-link]
🔗 PR: [github-pr-link]
👀 Reviewer: @[handle] (auto-assigned from [domain])
[Fun closing]
Hotfix Template:
⚠️ **HOTFIX: [Issue Title]**
🔴 **Impact:** [affected systems/users]
🔧 **Fix:** [brief description]
🔗 PR: [github-pr-link]
👀 Reviewer: @[handle]
[Closing]
Deploy Template:
✅ **Deployed to [Environment]**
📦 Version: [tag/version]
📝 Changes:
- [bullet 1]
- [bullet 2]
🎉 Ship it!
Present the formatted message in a copyable code block:
## Slack Message (copy-ready)
[Formatted message here - ready to paste into Slack]
If Slack MCP is configured, messages can be sent automatically.
Prerequisites:
chat:write scopeSend message:
Slack MCP:
tool: send_message
arguments:
channel: "[CHANNEL_ID]"
text: "[formatted message from Phase 5]"
Fallback: If Slack MCP not available, output copy-ready message for manual posting.
See setup skill Phase 9 for Slack MCP installation.
This skill is invoked by:
push-pr.mdc - Phase 3.1 (Announce)pr-threshold - When threshold crossed (optional notification)hotfix/SKILL.md - Urgent notification