> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# AI 队友评审

> 以整个工作区的服务感知能力评审改动。

使用 AI 队友评审识别可能影响到不相关微服务或微前端的改动：

```bash theme={null}
arka teammate-review .
arka teammate-review . --json
```

该评审将当前的 Git diff 与 `arka workspace` 发现结果结合起来。它会标记跨服务改动以及依赖/构建边界的变化，并指出需要运行的测试和契约检查。它是只读的，除非你明确请求由模型进行评审，否则不会声称 LLM 发现了 bug。


## Related topics

- [AI 智能体指南 — 通过 MCP 使用 Arka](/cn/guides/ai-agents.md)
- [开发者循环](/cn/guides/dev.md)
- [Arka 与其他智能体的对比](/cn/concepts/comparison.md)
- [URL 应用设计分析器](/cn/guides/url-app.md)
- [先设计，批准后再构建](/cn/guides/design-first.md)
