octorus
Terminal code review, PR management, and automated review cycles
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install octorus?โผ
Run `npx skills add ushironoko/octorus --all -g -y` in your terminal to install all skills in this suite globally.
How to review GitHub PRs in the terminal?โผ
Run `or` to open the dashboard or `or --pr 123` to open a specific pull request with syntax-highlighted diffs, inline comments, and Vim-style navigation.
What is AI Rally in octorus?โผ
AI Rally runs automated review-and-fix cycles where Claude or Codex reviews your code, applies fixes, and re-reviews until the changes are approved.
Does octorus need a language server for code navigation?โผ
No. It uses built-in tree-sitter grammars for symbol search, file outlines, and go-to-definition across 20 languages with zero configuration.
Can I review local changes without creating a PR?โผ
Yes. Run `or --local` to preview uncommitted changes with live file watching, and add `--ai-rally` to get an automated review of your local diff.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core