> ## 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 teammate review

> workspace-wide service जागरूकता के साथ changes की समीक्षा करें।

उन changes की पहचान करने के लिए AI teammate review का उपयोग करें जो किसी असंबंधित microservice या micro-frontend को प्रभावित कर सकते हैं:

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

यह review वर्तमान Git diff को `arka workspace` discovery के साथ जोड़ती है। यह cross-service changes और dependency/build-boundary changes को flag करती है, फिर चलाने के लिए tests और contract checks की ओर इशारा करती है। यह read-only है और तब तक यह दावा नहीं करती कि एक LLM ने bug ढूँढा है जब तक कि model-backed review स्पष्ट रूप से अनुरोध न की जाए।


## Related topics

- [Arka के साथ कोड कैसे लिखें](/hi/guides/code-with-arka.md)
- [AI agent guide — MCP पर Arka उपयोग करें](/hi/guides/ai-agents.md)
- [Quickstart: Arka इंस्टॉल करें और अपना पहला कमांड चलाएँ](/hi/quickstart.md)
- [Workflow templates](/hi/guides/workflow-templates.md)
- [Agent Teams](/hi/guides/agent-teams.md)
