> ## 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.

# Developer workflow analyzers

> Find change impact, test gaps, and documentation follow-ups.

```bash theme={null}
arka dev-workflow impact
arka dev-workflow test-gaps
arka dev-workflow docs-sync
```

These commands analyze the current Git diff without modifying files. They are
also available through natural language, such as “what could this change
break?” or “find missing tests for this change.”


## Related topics

- [URL app design analyzer](/hi/guides/url-app.md)
- [Arka — AI terminal agent documentation](/index.md)
- [Arka के साथ कोड कैसे लिखें](/hi/guides/code-with-arka.md)
- [How to code with Arka](/guides/code-with-arka.md)
- [Developer loop](/guides/dev.md)
