| name | octorus |
| description | GitHub PR review TUI with AI Rally (automated AI review cycles). Binary name is `or`. |
octorus (or) - GitHub PR Review TUI
octorus is a TUI tool for GitHub PR review with Vim-style keybindings.
It communicates with the GitHub API via the gh CLI. The binary name is or.
Prerequisites
- GitHub CLI (
gh): Must be installed and authenticated
- AI Rally (optional): Claude Code CLI (
claude) or OpenAI Codex CLI (codex)
Use Cases
Review a PR interactively
or
or --repo owner/repo
or --repo owner/repo --pr 123
Navigate with Vim-style keybindings (j/k to move, Enter to open, q to go back). Press ? for full keybinding help in-app.
Run AI Rally (automated review)
or --repo owner/repo --pr 123 --ai-rally
or --repo owner/repo --pr 123 --ai-rally --working-dir /path/to/repo
Results are also persisted to ~/.cache/octorus/rally/{repo}_{pr}/ (see references/headless-output.md for details).
Preview local changes (no PR)
or --local
or --local --auto-focus
or --local --ai-rally
Set up and configure
or init
or init --force
or init --local
See references/config-reference.md for full config reference.
Migrate after version upgrade
or migrate
or migrate --dry-run
or migrate --local
Clean session data
or clean
Customize prompt templates
or init
Reference
Read these files in the same directory for detailed specifications:
references/headless-output.md — Headless mode JSON output & exit codes
references/config-reference.md — Configuration file reference