> ## 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 workflows का inspect, create, और monitor करें।

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

Generated workflow project को install करता है, Ruff चलाता है, और `main` पर
pushes और pull requests पर Pytest चलाता है। मौजूदा workflows को overwrite नहीं
किया जाता जब तक `--force` स्पष्ट रूप से न दिया जाए। प्राकृतिक भाषा में अनुरोध
जैसे "setup GitHub Actions in this repo" और "did the production build fail?"
समर्थित हैं। Status command read-only है और recent remote runs को inspect करने
के लिए GitHub CLI (`gh`) का उपयोग करता है।


## Related topics

- [Coding skills को Railway पर deploy करें](/hi/guides/railway-coding-skills.md)
- [Developer loop](/hi/guides/dev.md)
- [Repo health](/hi/guides/repo-health.md)
- [Arka CLI command और flag reference](/hi/guides/cli.md)
- [GitHub dataset repos](/hi/guides/github-dataset.md)
