·service-communication-audit
{}

service-communication-audit

在分析、設計或修復服務通訊方式時使用 - 特別是當通訊不穩定、單向、即發即棄、缺乏背壓或沒有恢復路徑時。涵蓋服務間同步、連接生命週期、滴答率分析、故障模式映射和自癒系統的協議設計。當使用者提及服務之間的不穩定、同步問題、重新連線問題或要求檢查兩個系統如何相互通訊時使用。

7安裝·0熱度·@cygnusfear

安裝

$npx skills add https://github.com/cygnusfear/agent-skills --skill service-communication-audit

如何安裝 service-communication-audit

透過命令列快速安裝 service-communication-audit AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/cygnusfear/agent-skills --skill service-communication-audit
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:cygnusfear/agent-skills。

SKILL.md

查看原文

Systematic audit of how services talk to each other. Not just finding broken wires — questioning whether each wire should exist, in which direction, at what rate, and what comes back.

The core principle: deep modules with simple interfaces, not webs of shallow wiring. The consumer sees one health surface, one response, one interface. The implementation behind it can be as complex as needed — the consumer doesn't know or care. Every design decision filters through: "does this expose internal wiring to the consumer, or does it stay behind the module boundary?"

The full field guide is at references/communication-audit-guide.md (40 principles). Do NOT summarize the guide in prompts — workers read it directly.

在分析、設計或修復服務通訊方式時使用 - 特別是當通訊不穩定、單向、即發即棄、缺乏背壓或沒有恢復路徑時。涵蓋服務間同步、連接生命週期、滴答率分析、故障模式映射和自癒系統的協議設計。當使用者提及服務之間的不穩定、同步問題、重新連線問題或要求檢查兩個系統如何相互通訊時使用。 來源:cygnusfear/agent-skills。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/cygnusfear/agent-skills --skill service-communication-audit
分類
{}資料分析
認證
收錄時間
2026-03-01
更新時間
2026-03-11

Browse more skills from cygnusfear/agent-skills

快速解答

什麼是 service-communication-audit?

在分析、設計或修復服務通訊方式時使用 - 特別是當通訊不穩定、單向、即發即棄、缺乏背壓或沒有恢復路徑時。涵蓋服務間同步、連接生命週期、滴答率分析、故障模式映射和自癒系統的協議設計。當使用者提及服務之間的不穩定、同步問題、重新連線問題或要求檢查兩個系統如何相互通訊時使用。 來源:cygnusfear/agent-skills。

如何安裝 service-communication-audit?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/cygnusfear/agent-skills --skill service-communication-audit 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/cygnusfear/agent-skills