원클릭으로
check-slack
Scan Slack for what needs attention. Team standup digest, mentions, DMs, wiki gaps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Scan Slack for what needs attention. Team standup digest, mentions, DMs, wiki gaps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Scan calendar events, classify them, surface prep needs.
Filter email noise, surface human emails needing response, flag wiki gaps.
Scan all tasks, flag overdue / stale items, report health by priority. Brain-only; no external calls.
Create a task page in brain/tasks/ with the canonical frontmatter, default fields, project guardrails, and a changelog entry.
End-of-day written standup. Investigates the day across code (git/PRs), comms (Slack/email/calendar), and the internal record (changelog, memory, tasks, meetings). Drafts a two-section signoff and posts to the team channel after explicit confirmation.
Classify a meeting transcript, create brain/artifact outputs with source links, extract knowledge, update the ingest log and changelog.
| name | check-slack |
| description | Scan Slack for what needs attention. Team standup digest, mentions, DMs, wiki gaps. |
Monitor configured Slack channels and DMs. Surface messages needing response, important updates, and wiki-worthy knowledge.
Requires a Slack MCP integration.
/morning-brief.config.yaml)slack_user_id — your Slack user ID.team_standup_channel — the channel for end-of-day standups (always scanned).primary_channels — list of channel IDs to scan beyond the standup channel.team_members — list of team-member names for DM scanning.Team standup digest. Read team_standup_channel for the last 24 hours.
Primary channels. For each channel in primary_channels:
DMs. For each name in team_members:
Filter noise. Bot messages, automation, "joined the channel" — count them, don't list.
Compose the report using ../lib/report-template.md:
### Slack
**Team standup** (yesterday)
- [[alex-park]]: shipped X; in flight Y; planned Z.
- [[jamie-doe]]: blocked on credentials for the migration.
**Needs response** (N)
- [#channel] [[stakeholder-name]] asked about Q3 capacity.
- [DM with [[jamie-doe]]] wants a 1:1 next week.
**FYI important**
- [#channel] [[other-team]] is launching the new dashboard Friday.
**Wiki gaps** (N)
- New vendor mentioned in #ops: "Acme CDN" — no brain page yet.
**Filtered** 30 noise items (bots, automation).
15–30 lines typical. Longer if the day has unusual Slack activity.
/eod-signoff's domain.)