> ## 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).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# GitHub Actions

> Inspect, create, and monitor GitHub Actions workflows.

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

The generated workflow installs the project, runs Ruff, and runs Pytest on
pushes to `main` and pull requests. Existing workflows are not overwritten
unless `--force` is explicit. Natural language requests such as “setup GitHub
Actions in this repo” and “did the production build fail?” are supported. The
status command is read-only and uses the GitHub CLI (`gh`) to inspect recent
remote runs.


## Related topics

- [GitHub dataset repos](/guides/github-dataset.md)
- [Arka — AI terminal agent documentation](/index.md)
- [How to code with Arka](/guides/code-with-arka.md)
- [Quickstart: install Arka and run your first command](/quickstart.md)
- [Deploy coding skills to Railway](/guides/railway-coding-skills.md)
