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

# GitHub Actions

> 检查、创建和监控 GitHub Actions 工作流。

```bash theme={null}
arka github-actions inspect .
arka github-actions new .
arka github-actions new . --force
arka github-actions status .
```

生成的工作流会安装项目、运行 Ruff，并在推送到 `main` 及 pull request 时
运行 Pytest。除非显式传入 `--force`，否则不会覆盖已有的工作流。也支持
诸如 "setup GitHub Actions in this repo" 和 "did the production build fail?"
等自然语言请求。状态命令是只读的，会使用 GitHub CLI（`gh`）检查最近的
远端运行。


## Related topics

- [开发者循环](/cn/guides/dev.md)
- [将编码技能部署到 Railway](/cn/guides/railway-coding-skills.md)
- [GitHub 数据集仓库](/cn/guides/github-dataset.md)
- [AI 智能体指南 — 通过 MCP 使用 Arka](/cn/guides/ai-agents.md)
- [Arka 与其他智能体的对比](/cn/concepts/comparison.md)
