← Back to list

slack-reply
by M6saw0
A Slack-driven system that triggers Codex CLI on a local machine and relays progress, commits, and PRs via MCP.
⭐ 0🍴 0📅 Jan 1, 2026
SKILL.md
name: slack-reply description: >- Guidance for responding through Slack MCP: immediate acknowledgements, progress cadence, thread discipline, message templates, and failure handling. Use whenever Codex must reply to Slack mentions or share progress/results.
Slack Reply Skill
This skill standardizes communication via Slack MCP. From task start to finish, always reply in the same thread and share progress frequently.
Prerequisites
- Use
slack_reply_to_thread(orslack_post_messagewiththread_ts). channel_idandthread_tsare provided by FastAPI/Bolt; no need to re-fetch them.- Do not include secrets; if necessary, say "shared separately".
Immediate Acknowledgement Rules
- When you receive a mention or question, always reply in the same thread and acknowledge receipt first.
- Even if you cannot answer right away, state "starting work" and when you will report back.
- If a task or verification takes longer than 1 hour, post an interim update.
Progress Reporting Timing
- Task understanding: summary, plan, open questions.
- Main changes done: changed files, content, next action.
- Tests done: command and result (or reason for not running).
- Final report: change summary, commit/PR, TODOs, test status.
- For long work, add a short update every hour.
Message Templates
I understand the task. I will proceed as follows.
1. ...
2. ...
Let me know if anything is unclear.
Progress update: <what was done> is complete. Next, I will work on <next step>.
Done.
- Changes: ...
- Commit/PR: ...
- Tests: ...
Let me know if you need anything else.
Errors / Delays
- If a Slack API or MCP issue occurs, summarize the response, report it, and ask whether to retry.
- If you cannot proceed (e.g., waiting for approval), state that and give the next ETA.
Checklist
- Replied immediately in the instruction thread
- Shared progress at required timings plus hourly updates if long-running
- Clearly listed what was done and the next action
- Reported test results or the reason for not running
- Shared commit/PR info with link
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon