一键导入
email-digest
Summarize unread emails via Outlook MCP, group by priority, draft replies
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Summarize unread emails via Outlook MCP, group by priority, draft replies
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze, group, and commit uncommitted changes as atomic conventional commits. Use this skill whenever the user says 'commit', 'commit this', 'commit these changes', 'commit my changes', 'smart commit', wants their diff split into logical commits, or asks to create a commit in any way. Always use this skill for committing — never run git commit directly.
Audit Claude Code configuration for security: check permissions, hooks, MCP servers, and settings
Create or update today's daily note at `~/knowledge/notes/journal/YYYY/MM-MMM/YYYY-MM-DD-DayName.md`, appending or replacing a session entry under `## Agent Summary`. Use when the user asks to update the daily note, log a session, append to the journal, or when invoked by the session-history hook after a session summary is written.
Edit config files inside the stow-based dotfiles repo and re-stow them with `make link`. Use this skill whenever the user asks to modify, add, or tweak any config under `$HOME` that lives in dotfiles — `.zshrc`, `.zshenv`, `.zprofile`, anything under `.config/`, `.local/`, `.claude/`, `.kiro/`, `.meshclaw/`, `.aws/`, `.unison/`, the `Makefile`, or any other tracked dotfile. Trigger even if the user phrases it as "change my config", "update my zshrc", "add this to claude settings", "tweak my tmux config", "modify my aliases", etc. — direct edits to `$HOME` are wrong because they bypass version control and get clobbered by the next `make link`.
Audit IAM policies in CDK/CloudFormation/Terraform for least-privilege violations
Automatic security scanning on every code change with CWE/OWASP mapping
| name | email-digest |
| description | Summarize unread emails via Outlook MCP, group by priority, draft replies |
When asked to summarize emails, check inbox, or used via /loop on a schedule:
Fetch unread emails — Use the Outlook MCP server to retrieve unread messages:
Categorize — Group emails into:
Summarize each — For action-required emails:
Draft quick replies — For routine emails (meeting accepts, simple questions), draft a reply the user can review and send.
Generate digest — Produce a prioritized summary.
# Email Digest — [Date/Time]
## Action Required (X emails)
- **From**: [sender] — [subject]
Summary: They need approval for the design doc by Friday.
Suggested action: Review and reply with feedback.
## FYI (X emails)
- [sender]: [subject] — TL;DR: New security policy update effective next month.
## Threads (X emails)
- [subject] — 3 new replies, no action needed from you.
## Draft Replies
1. Re: [subject] — "Looks good, approved. Thanks!"
Recommended: /loop 2-3x daily (morning, after lunch, end of day)
The Outlook MCP server must be configured and enabled in your MCP settings. The installer can set this up if you have the server available.