arka dev groups local CI, review, hooks, PR babysitting, and the coding TUI under one entry point. Legacy commands (arka ci, arka review, arka coding-tui) still work as aliases.Mental model
Commands
Ship before commit
arka dev ship is the pre-commit gate:
- Prints a staged review (security, test-gap, and docs hints)
- Runs changed-only CI gates (Ruff + targeted tests)
- Prints a concise pass/fail summary and suggested next step
git commit and arka dev pr babysit if you are opening a PR.
Doctor vs dev doctor
Coding TUI integration
Insidearka dev tui (or arka coding-tui .):
See Coding TUI for the full command reference.
Natural language
Arka routes phrases like these to the dev loop:JSON output
Script-friendly output for automation:test_gaps array listing changed source files without a matching test file.
Related guides
- How to code with Arka — broader coding workflow
- CLI reference — all top-level commands
- Repo health — generic lint/test detection
- GitHub Actions — CI parity with
arka ci