Agent skill
unread-checker
Slack の未読メッセージを確認する。「Slack未読確認」「未読メッセージ」「未読ある?」「Slackの未読」「未読を見せて」「未読チェック」「未読メール確認」などで起動。Pythonスクリプト `slack_message.py unread` を使用。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/unread-checker
SKILL.md
Unread Checker
Slack の未読メッセージを確認します。
ワークフロー
1. 未読メッセージ取得
Pythonスクリプトで未読メッセージ一覧を取得:
python plugins/shiiman-slack/skills/unread-checker/scripts/slack_message.py unread \
--format table
2. 結果の整形
チャンネルごとに未読メッセージをグループ化して表示:
# Slack 未読メッセージ
## #general (5件)
**山田太郎** (10:30)
今日のミーティングは15時からです
**佐藤花子** (10:32)
了解しました!
## #project-alpha (3件)
**田中一郎** (09:15)
PRレビューお願いします
3. 優先度の提示
未読メッセージの優先度を判断:
- メンション付き: 高優先度
- DMやプライベートチャンネル: 中優先度
- パブリックチャンネル: 通常優先度
コマンド連携
実際の処理は /shiiman-slack:message-unread に委譲します(SSOT として扱う)。
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?