slack-announce

slack-announce is a skill for Claude Code, Codex from WellApp-ai/Well. It costs 12 tokens per session (1,548 once invoked), scanned A, original, MIT.

A message-writing guide for preparing formatted announcements for Slack, a team chat app. It covers announcements for pull requests, urgent fixes, deployments, and production incidents.

In plain words
What is it for?
Use it to announce a new pull request, report a hotfix, notify a team about a deployment, or communicate a production problem.
Why use it?
It turns scattered release or incident details into a consistent message that gives teammates the key context and urgency.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Cursor.

Good fit Use it to announce a new pull request, report a hotfix, notify a team about a deployment, or communicate a production problem.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wellapp-ai/well/slack-announce
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add WellApp-ai/Well --skill slack-announce
Clone the repo
git clone --depth 1 https://github.com/WellApp-ai/Well

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for slack-announce

README.md
[![agentmods](https://agentmods.dev/badge/skills/wellapp-ai/well/slack-announce/github.svg)](https://agentmods.dev/skills/wellapp-ai/well/slack-announce)
Your own site
<a href="https://agentmods.dev/skills/wellapp-ai/well/slack-announce"><img src="https://agentmods.dev/badge/skills/wellapp-ai/well/slack-announce/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for slack-announce

Your own site · 80×15
<a href="https://agentmods.dev/skills/wellapp-ai/well/slack-announce"><img src="https://agentmods.dev/badge/skills/wellapp-ai/well/slack-announce.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,548 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high YARA Match · line 3
    YARA rule matched a hack tool or exploit indicator (offensive tools, reconnaissance, privilege escalation, or exploit frameworks).
    Fix: Remove offensive tool references and exploit code. Legitimate agent skills should not contain penetration testing tools, exploit frameworks, or reconnaissance utilities.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00012 $0.01548
Opus 5 $0.00006 $0.00774
Sonnet 5 $0.00002 $0.00310
Haiku 4.5 $0.00001 $0.00155

Measured 9d ago against content hash 3c89d04cc024, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

slack-announce scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

cursor-rules/skills/slack-announce/SKILL.md · 255 lines

How it starts

The opening of the file, as written. The whole thing — 255 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Slack Announce Skill

Generate copy-ready Slack messages for various team announcements.

When to Use

  • Push PR mode: announce new PR
  • Hotfix mode: urgent fix notification
  • Deploy notifications
  • Incident communication

Phases

Phase 1: Determine Message Type

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

Phase 2: Gather Context

Collect required information based on type:

For PR:

  • Feature name (from branch or PR title)
  • PR URL
  • Notion task URL
  • Reviewer name and handle
  • Domain name

For Hotfix:

  • Issue description
  • Affected systems
  • PR URL (if applicable)
  • Urgency level

For Deploy:

  • Version/tag
  • Environment (test/production)
  • Key changes summary

Phase 3: Select Emoji

By message type:

Type Primary Emoji Secondary Emojis
pr (feat) 🚀 📋 🔗 👀
pr (fix) 🔧 📋 🔗 👀
pr (chore) 🧹 📋 🔗 👀
pr (docs) 📚 📋 🔗 👀
pr (refactor) ♻️ 📋 🔗 👀
hotfix ⚠️ 🔥 🚨
deploy 🎉 📦
incident 🚨 ⚠️ 🔴

Phase 4: Generate Fun Closing

Select a closing that matches the PR context. Be human, be fun, be relevant.

By PR Type

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 🗑️"

Read the full file on GitHub · 255 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 255 lines · 12 tokens per session scan A 3c89d04cc024

Subscribe to this mod's changes

slack-announce is a skill published in the GitHub repository WellApp-ai/Well (340 stars, last pushed 1mo ago), licensed MIT. It adds 12 tokens to every session and 1,548 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.