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

# UI 文案审查

> 审查前端源代码中是否存在重复的按钮或标签文案。

LLM 生成的界面有时会给两个按钮或标签使用相同的措辞。
在发布前审查前端源代码：

```bash theme={null}
arka ui-copy .
arka ui-copy src --json
```

审查会检查 HTML、JSX/TSX、Vue 和 Svelte 中按钮/标签/链接的内容，
归一化大小写和空白，并报告出现重复措辞的文件及行号。
它仅用于检查；请在阅读上下文后有目的地重命名标签。


## Related topics

- [智能体团队](/cn/guides/agent-teams.md)
- [工程循环](/cn/guides/loop-engineering.md)
- [如何用 Arka 写代码](/cn/guides/code-with-arka.md)
- [仓库结构审计](/cn/guides/structure.md)
- [将编码技能部署到 Railway](/cn/guides/railway-coding-skills.md)
