docs/zh-CN/skills/email-ops/SKILL.md
以证据为先的邮箱分类、草稿、发送验证及已发送邮件安全跟进工作流,适用于ECC。当用户希望整理邮件、通过真实邮件界面起草或发送、或证明已发送邮件内容时使用。
npx skillsauth add affaan-m/everything-claude-code email-opsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
当实际任务为邮箱工作时使用:分类、起草、回复、发送,或确认邮件已进入已发送文件夹。
这不是通用写作技能,而是围绕实际邮件界面的操作工作流。
在相关场景下调用这些ECC原生技能:
brand-voice 在起草任何面向用户的内容之前investor-outreach 用于面向投资者、合作伙伴或赞助商的邮件customer-billing-ops 当邮件线程属于账单/支持事件而非普通通信时knowledge-ops 当需要将消息或线程捕获到持久上下文中时research-ops 当回复依赖最新外部事实时messages-ops操作前明确:
若回复:
若创建新外发邮件:
brand-voice仅起草任务:
实时发送任务:
使用精确状态词:
若发送界面被阻止,保留草稿并报告确切阻止原因,而非未经说明即改用第二传输方式。
邮件界面
- 账户
- 邮件线程/收件人
- 请求的操作
草稿
- 主题
- 正文
状态
- 已草拟/已发送/已拦截
- 适用时附上发送证明
下一步
- 发送
- 跟进
- 归档/移动
data-ai
Design task-local harnesses, eval gates, and reusable skill extraction for Claude dynamic workflow mode and other adaptive agent harnesses.
development
React component testing with React Testing Library, Vitest/Jest, MSW for network mocking, accessibility assertions with axe, and the decision boundary between component tests and Playwright/Cypress end-to-end runs. Use when writing or fixing tests for React components, hooks, or pages.
tools
React and Next.js performance optimization patterns adapted from Vercel Engineering's React Best Practices (https://github.com/vercel-labs/agent-skills). Organizes 70+ rules across 8 priority categories — waterfalls, bundle size, server-side, client fetching, re-render, rendering, JS micro-perf, advanced. Use when writing, reviewing, or refactoring React/Next.js code for performance.
tools
React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React components.