> ## 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).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# AI teammate review

> Review changes with workspace-wide service awareness.

Use the AI teammate review to identify changes that may affect an unrelated
microservice or micro-frontend:

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

The review combines the current Git diff with `arka workspace` discovery. It
flags cross-service changes and dependency/build-boundary changes, then points
to the tests and contract checks to run. It is read-only and does not claim an
LLM found a bug unless a model-backed review is explicitly requested.


## Related topics

- [How to code with Arka](/guides/code-with-arka.md)
- [Arka — AI terminal agent documentation](/index.md)
- [Quickstart: install Arka and run your first command](/quickstart.md)
- [AI society simulations](/guides/ai-society.md)
- [Workflow templates](/guides/workflow-templates.md)
