docs/zh-CN/skills/unified-notifications-ops/SKILL.md
将通知作为统一的 ECC 原生工作流进行操作,涵盖 GitHub、Linear、桌面提醒、钩子以及连接的通信界面。当真正的问题是告警路由、去重、升级或收件箱崩溃时使用。
npx skillsauth add affaan-m/everything-claude-code unified-notifications-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 原生编排,而非建议用户采用独立的通知产品。
将通道视为:
目标是更少但更好的通知。
| 等级 | 示例 | 默认处理方式 | | --- | --- | --- | | 严重 | 默认分支 CI 损坏、安全问题、发布受阻、部署失败 | 立即中断 | | 高 | 请求审查、PR 失败、阻塞责任人的交接 | 当日提醒 | | 中 | 问题状态变更、重要评论、积压变动 | 摘要或队列 | | 低 | 重复成功、常规噪音、冗余生命周期标记 | 抑制或折叠 |
如果工作区没有严重等级模型,请先构建一个,再提出自动化方案。
列出:
指出 ECC 已拥有的部分。
针对每个事件族,回答:
使用以下默认值:
检查:
优先选择:
针对每个真实通知需求,定义:
如果 ECC 已有原语,优先使用:
最终输出:
当前表面
- 来源
- 渠道
- 重复项
- 缺口
事件模型
- 严重
- 高
- 中
- 低
路由计划
- 来源 -> 渠道
- 原因
- 操作员/负责人
整合
- 抑制
- 合并
- 规范摘要
下一步ECC行动
- 技能/钩子/代理/MCP
- 下一步要构建的具体工作流
project-flow-opsworkspace-surface-auditworkspace-surface-auditproject-flow-opsgithub-opsknowledge-opscustomer-billing-ops 当通知痛点涉及计费/客户运营而非工程时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.