بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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.)