ai 代码审查
- 作者仓库星标 330
- 许可证 MIT
- 作者仓库 claude-skill-registry
ai-comm
Cross-AI CLI communication tool for Kitty terminal. Enables AI assistants running in separate Kitty windows to communicate with each other.
Workflow
ai-comm list-ai-windows— Find available AI windowsai-comm send <MESSAGE> -w <ID>— Send message and get response
Important Notes
Replying to ai-comm messages. Just output your response as normal text—the sender automatically captures your terminal output. Do NOT use ai-comm to reply (especially not to the sender's window ID shown in the message header)—this causes deadlock. If you need the sender to act, include the request in your response.
For long responses, request file output. Bash tool has a 30000-character limit. If you expect a long response, ask the AI to write to a markdown file in the project directory (
/tmpand other external paths require manual approval on target AI — avoid them).Only use documented parameters. Never use parameters not listed in this SKILL or
ai-comm --help. Hidden/internal parameters exist for debugging only.
When to Use
- Delegate code review to Codex or Gemini
- Get second opinions on architecture decisions
- Request specialized analysis from another AI
- Verify implementations with alternative models
Resources
- For command reference, see reference.md
- For workflow examples, see examples.md
- 流狐分类
- 数据
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 94 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @majiayu000 · MIT
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- Windows
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 ai-comm list-ai-windows — Find available AI windows ai-comm send <MESSAGE> -w <ID> — Send message and get response
Replying to ai-comm messages. Just output your response as normal text—the sender automatically captures your terminal output. Do NOT use ai-comm to reply (especially not to the sender's window ID shown in the message header)—this causes deadlock. If you need…
Delegate code review to Codex or Gemini Get second opinions on architecture decisions Request specialized analysis from another AI
For command reference, see reference.md For workflow examples, see examples.md
# ai-comm
Cross-AI CLI communication tool for Kitty terminal. Enables AI assistants running in separate Kitty windows to communicate with each other.
## Workflow
1. `ai-comm list-ai-windows` — Find available AI windows
2. `ai-comm send <MESSAGE> -w <ID>` — Send message and get response
## Important Notes
1. **Replying to ai-comm messages.** Just output your response as normal text—the sender automatically captures your terminal output. Do NOT use ai-comm to reply (especially not to the sender's window ID shown in the message header)—this causes deadlock. If you need the sender to act, include the request in your response.
2. **For long responses, request file output.** Bash tool has a 30000-character limit. If you expect a long response, ask the AI to write to a markdown file in the project directory (`/tmp` and other external paths require manual approval on target AI — avoid them).
3. **Only use documented parameters.** Never use parameters not listed in this SKILL or `ai-comm --help`. Hidden/internal parameters exist for debugging only.
## When to Use
- Delegate code review to Codex or Gemini
- Get second opinions on architecture decisions
- Request specialized analysis from another AI
- Verify implementations with alternative models
## Resources
- For command reference, see [reference.md](reference.md)
- For workflow examples, see [examples.md](examples.md) 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Workflow → Important Notes → When to Use → Resources
要点 -> Replying to ai-comm messages. · For long responses, request file output. · Only use documented parameters. · Cross-AI CLI communication tool for Kitty terminal. · 1. ai-comm list-ai-windows — Find available AI windows 2. · 1. Replying to ai-comm messages. · 2. For long responses, request file output. · 3. Only use documented parameters.
文件/命令 -> ai-comm list-ai-windows · ai-comm send <MESSAGE> -w <ID> · /tmp · ai-comm --help
内容 SHA-256 -> f27c173393c6
方法与流程
适用与边界
原文中的明确线索
ai-comm list-ai-windows、ai-comm send <MESSAGE> -w <ID>、/tmp、ai-comm --help