
octorus: A Rust-built TUI tool where AI autonomously reviews & fixes code while you browse PR diffs
https://github.com/ushironoko/octorus I used to rely on octo.nvim for reviewing PRs, but after switching to Helix , I needed a TUI-based PR viewer as a replacement. Nothing quite fit, so I built one myself. It supports inline review comments and syntax highlighting on diffs, which alone makes it pretty handy. But in modern development workflows, it's increasingly common to have AI write code and then use skills or commands to review it. So I also built a feature called AI-Rally — kick it off with a single keystroke, and two AI agents take turns reviewing and fixing code until they're satisfied. You can have AI-Rally running in the background while you browse the PR diff and leave your own reviews. It also picks up bot reviews from services like CodeRabbit and Copilot and addresses them accordingly. Usage Install: cargo install octorus Initialize: or init Run: or --repo ${ org_name } / ${ repo_name } --pr ${ pr_number } Ok, If that's too much hassle, you can do this. or This launches th
Continue reading on Dev.to
Opens in a new tab


