pd-slack-triage

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

slack triage

Slack 消息分类整理

PREREQUISITE: Read
../pd-shared/SKILL.md
for auth and
../pd-slack/SKILL.md
for all commands.
bash
npx tsx resources/pd-slack.ts triage --channel <ID> [--limit N]
Returns per-message:
ts
,
user
,
text
(truncated),
thread_reply_count
,
reactions
.
bash
npx tsx resources/pd-slack.ts triage --channel C0123456789 --limit 10
Read-only. Use
history
for full messages.
前提条件: 阅读
../pd-shared/SKILL.md
了解认证相关内容,阅读
../pd-slack/SKILL.md
查看所有命令。
bash
npx tsx resources/pd-slack.ts triage --channel <ID> [--limit N]
返回每条消息的以下信息:
ts
user
text
(已截断)、
thread_reply_count
reactions
bash
npx tsx resources/pd-slack.ts triage --channel C0123456789 --limit 10
仅可读操作。如需完整消息请使用
history
命令。