51  提示词库

可直接复制粘贴的 Claude Tag Slack 提示词,每条附有原理解析。涵盖首发消息、转发消息交接、频道规则、记忆检查、例行任务和线程中引导。

export const BetaNote = () => Claude Tag 目前处于公开测试阶段。此处描述的功能和行为在正式发布前可能会发生变化。;

这些提示词可以直接复制、粘贴和改编:替换你自己的频道名、服务和仓库。每条都附有有效的原因,以便你在修改措辞时保留机制。

51.1 在新频道中的首发消息

询问 Claude 可以从此频道访问什么:

text wrap theme={null} @Claude what can you access from this channel?

为什么有效:Claude 能做什么因频道而异,没有这个基础 Claude 可能建议它在这里做不了的任务。

获取个性化起点:

text wrap theme={null} @Claude learn what you can about my role from this workspace, then tell me three tasks you could take off my plate this week.

为什么有效:这是一个有边界输出的发现任务。通过要求三个任务,你得到一个可以在十秒内判断的列表,并可作为后续任务的菜单。

从一个低风险任务开始:

text wrap theme={null} @Claude catch me up on this channel since Monday.

为什么有效:你用”since Monday”界定了任务,而且你可以自己评判结果,因为你在场。

51.2 将消息转发为任务

要将现有的 Slack 消息(例如某人发布的 bug 报告或请求)变成任务,将其转发到 Claude 所在的频道。在转发时附加的消息中,说出交付物以及如果无法完成 Claude 应该做什么。Claude 会阅读转发的消息,因此你不需要重新输入其内容。

text wrap theme={null} @Claude investigate this. If it's something we can fix, open a draft PR; if not, post who owns it and why it's theirs.

为什么有效:通过给 Claude 两个分支,无论能否修复你都能得到有用的结果。

要交接一个太长而无法转发的讨论,改为粘贴线程链接:

text wrap theme={null} @Claude read the thread linked below and take over the fix it describes. Post your plan here before changing anything.

为什么有效:Claude 在你粘贴链接的线程中工作,而非你链接的线程中,因此它使用此频道的连接,此频道可以看到结果。通过要求 Claude 先发布计划,你可以在它开始之前重定向。要阅读公开频道中被链接的线程,Claude 必须是该频道的成员,它可以阅读私有频道的线程仅从该频道内部。如果 Claude 说不能读取链接,在被链接的公开频道中 /invite @Claude,或改为转发消息。

51.3 塑造频道的工作方式

使用以下提示词设置适用于每个线程(不仅是你自己的)的频道范围行为。

text wrap theme={null} @Claude remember for this channel: keep replies short, and always include a link to the source.

为什么有效:你在明确告诉 Claude 保存规则。Claude 通常不会保留你随口提及的偏好。

text wrap theme={null} @Claude stay quiet in this channel unless tagged.

为什么有效:你在声明常驻频道行为,因此 Claude 在当前对话之外应用它。

text wrap theme={null} @Claude remember for this channel: treat every top-level post as a task and pick it up without waiting for a mention.

为什么有效:Claude 已经在判断需要回复时接手未 @ 的帖子,而它在此频道记忆规则中进行权衡,因此团队成员不需要记住在有具体请求的帖子上 @ Claude。如果你没有指定需求,或团队成员已经认领了任务,Claude 可能不回复该消息。在Claude 已经自我安静的频道中,提及 @Claude 可重新开启主动接手。

51.4 检查和修正记忆

text wrap theme={null} @Claude what do you remember about this channel?

为什么有效:记忆是精选笔记,Claude 决定什么值得保留,因此你必须询问才能知道什么留下来了。

text wrap theme={null} @Claude that's outdated — forget the entry about the old project name.

为什么有效:你指出了具体条目,因此 Claude 不必像面对”clean up your memory”那样猜测什么是过时的。

text wrap theme={null} @Claude update your memory for this channel so this doesn't happen again.

为什么有效:在线程中纠正 Claude 时,你只修复了那个线程。通过这条消息,Claude 保存修正并在所有人未来的线程中应用。

51.5 管理例行任务

创建、审查和停止 Claude 在此频道中运行的计划任务。关于按场景的可粘贴计划(如每日站会摘要或每周摘要),参见例行任务配方

text wrap theme={null} @Claude every Friday at 3pm, post a summary of this week's requests: how many, top themes, and anything still unrouted.

为什么有效:你指定了计划和发布内容,因此每周 Claude 发布相同的格式,你可以与上周对比。通过要求仍未路由的内容,你可以扫描丢失的请求,而非仅仅回顾。

text wrap theme={null} @Claude what routines do you have set up in this channel?

为什么有效:计划是频道状态,可能由其他人设置。在创建重复摘要之前检查已有内容。

text wrap theme={null} @Claude disable the daily digest job.

为什么有效:你指出了哪个任务。任何频道成员都可以禁用计划任务;你不需要找管理员来停止嘈杂的例行任务。

51.6 在线程中引导工作

在同一线程中回复;Claude 一旦在那里工作,你不需要再次 @ 提及它。

text wrap theme={null} Status check — what's done and what's left?

为什么有效:你回复到正在运行任务的会话中,拥有完整上下文。如果你改为在新线程中提问,Claude 会启动一个对第一个一无所知的第二个会话。

text wrap theme={null} Change of plan: target the staging config instead, and post the diff here before applying anything.

为什么有效:当你在线程中重定向时,Claude 保留会话已经学到的所有内容。通过先要求 diff,你和频道可以在 Claude 应用更改之前审查它。

text wrap theme={null} Post the draft to the thread, or commit and push what you have, then keep going.

为什么有效:线程是持久的,但其背后的隔离工作区不是。Claude 发布到线程或推送到分支的任何内容在空闲回收后仍然存在;仅存在于该工作区中的文件不会。

51.7 按类型的任务启动器

用例库中的每个条目在此都有一个启动器;链接的页面有完整的设置和提示词背后的原因。

要做这件事 粘贴这段话
分发请求 “remember for this channel: when someone tags you on a request, check whether it duplicates something already reported, answer it directly if the answer exists, and otherwise route it to the right owner with a one-line summary. Track recurring themes.”
跟上进度 “what got decided in this thread, and what’s still open?”
创建产物 “turn this thread into a one-page decision doc”
跟踪项目 “where are we on the migration? What’s blocked and on whom?”
回答数据问题 “show signup growth by week, and explain the dips discussed above”
在文档中找答案 “what’s our policy on data retention, and which doc says so?”
拉取交易状态 “what’s the state of the Acme renewal?”
监控仪表板 “every morning at 7, check the dashboards and post one line per service”
修复 bug “in acme/data-pipeline, reproduce the bug in this thread, fix it, and open a draft PR”

51.8 相关资源

  • 用例库:每个启动器背后的完整设置
  • 好习惯:这些提示词所基于的习惯
  • 快速入门:基础知识,如果你还没有发送过第一条消息