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

# App build checks

> किसी project के build और test workflow का पता लगाएँ और validate करें।

Arka से किसी project के build/test workflow का पता लगाने और validate करने के लिए कहें:

```bash theme={null}
arka app-check .
arka app-check . --run
arka app-check . --run --json
```

Arka सामान्य Python, Node, Rust, और Go projects का पता लगाता है। `--run` के बिना यह केवल checks का preview करता है। `--run` के साथ यह पहली failure पर रुक जाता है और command output की रिपोर्ट करता है ताकि समस्या ठीक की जा सके। Natural language भी काम करती है: "build and test this app"। Generated या untrusted code को validate करते समय Arka sandbox में checks चलाएँ।


## Related topics

- [Arka plugins को install और build करना](/hi/guides/plugins.md)
- [कुछ शानदार बनाएँ](/hi/guides/build-something-cool.md)
- [pytest suite के साथ Arka का Testing](/hi/guides/testing.md)
- [Browser validation](/hi/guides/browser-check.md)
- [Reusable application blocks](/hi/guides/reusable-blocks.md)
