ushironokoushironokoCommunityยท2 Agent Skills Included

octorus

Terminal code review, PR management, and automated review cycles

Reviews GitHub pull requests, issues, and local diffs directly in the terminal with syntax highlighting and symbol search. Eliminates slow browser-based review by handling million-line diffs, inline comments, and CI status in one fast keyboard-driven interface. Runs automated review-and-fix cycles with Claude or Codex, keeping every iteration under your control.
npx skills add ushironoko/octorus --all -g -y
Available:

Directs the AI agent to follow strict test-driven development, zero-warning lint gates, performance-first Rust practices, and state-machine patterns when modifying this codebase.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’