원클릭으로
octorus
GitHub PR review TUI with AI Rally (automated AI review cycles). Binary name is `or`.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
GitHub PR review TUI with AI Rally (automated AI review cycles). Binary name is `or`.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Start implementation work with worktree isolation and cross-session file conflict avoidance. Use this skill when beginning any non-trivial code change: after plan mode, when creating a new branch, implementing features, fixing bugs across multiple files, or refactoring. Also use when the user mentions worktree, bit issue, session coordination, or parallel work.
Turn a report into a portable SVG by authoring a structured/graphical HTML layout and rendering it to SVG with satoru-render. Use when the user asks to compile, summarize, or visualize a report, or wants graphical output that stays viewable in environments that cannot render HTML (chat, PDF viewers, image-only tools, git diffs). Proactively offer SVG output whenever you produce a report that benefits from layout, charts, tables, or styling.
Plan modeで作成したプランに対して、プロジェクト特性を分析し適切なレビューエージェントを自動選択・並列起動するスキル。引数なしで実行可能。
Persist mid-session progress (plan refinements, task progress notes, scope changes, decisions, blockers) to the bit issues created by start-work. Use as a checkpoint before context compaction, after meaningful progress (multiple tasks done, plan refined, scope shifted), before pausing work, or when the user mentions 'save session', 'snapshot', 'checkpoint', 'update bit issue', or 'persist progress'.
Restore session state (plan, target files, in-flight tasks) from bit issues created by the start-work skill. Use when resuming work after Claude Code restart, when the in-memory task list is empty but bit issues exist for the current branch, or when the user mentions "restore session", "repair session", "pick up where I left off", or references a prior bit-issue-tracked session.
agent 向けテキスト指示(skill / slash command / task プロンプト / CLAUDE.md 節 / コード生成プロンプト)を、バイアスを排した実行者に動かしてもらい、両面(実行者の自己申告 + 指示側メトリクス)で評価して反復改善する手法。改善が頭打ちになるまで回す。プロンプトや skill を新規作成・大幅改訂した直後、またはエージェントの挙動が期待通りにならない原因を指示側の曖昧さに求めたいときに使う。
| name | octorus |
| description | GitHub PR review TUI with AI Rally (automated AI review cycles). Binary name is `or`. |
or) - GitHub PR Review TUIoctorus 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.
gh): Must be installed and authenticatedclaude) or OpenAI Codex CLI (codex)or # Open PR list (auto-detect repo)
or --repo owner/repo # Open PR list for specific repo
or --repo owner/repo --pr 123 # Open a specific PR
Navigate with Vim-style keybindings (j/k to move, Enter to open, q to go back). Press ? for full keybinding help in-app.
# TUI: launch `or`, select PR, press `A`
# Headless (CI/automation):
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).
or --local # Show git diff against HEAD
or --local --auto-focus # Auto-focus on changed files
or --local --ai-rally # AI review of local changes
or init # Initialize config + prompt templates
or init --force # Overwrite existing files
or init --local # Create project-local .octorus/ config
See references/config-reference.md for full config reference.
or migrate # Apply migrations
or migrate --dry-run # Preview without applying
or migrate --local # Migrate project-local config
or clean # Remove AI Rally session data
or init # Generates default templates
# Edit files in ~/.config/octorus/prompts/
# Template variables: {{repo}}, {{pr_number}}, {{pr_title}}, {{diff}}, etc.
Read these files in the same directory for detailed specifications:
references/headless-output.md — Headless mode JSON output & exit codesreferences/config-reference.md — Configuration file reference