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

# 应用构建检查

> 检测并验证项目的构建和测试工作流。

请求 Arka 检测并验证项目的构建/测试工作流：

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

Arka 可以检测常见的 Python、Node、Rust 和 Go 项目。不加 `--run` 时它只预览检查项。加上 `--run` 后它会在第一次失败处停下，并输出命令结果以便你修复问题。也支持自然语言："build and test this app"。在验证生成的或不受信任的代码时，请在 Arka 沙箱中运行检查。


## Related topics

- [AI 智能体指南 — 通过 MCP 使用 Arka](/cn/guides/ai-agents.md)
- [可复用的应用模块](/cn/guides/reusable-blocks.md)
- [构建一个很酷的东西](/cn/guides/build-something-cool.md)
- [Web 仪表盘](/cn/guides/web-dashboard.md)
- [浏览器校验](/cn/guides/browser-check.md)
