用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ushironoko/dotfiles --skill octorus命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Start implementation work with worktree isolation and cross-session file conflict avoidance. Use this skill when beginning any non-trivial code change: after planning, 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.
Proactively recall or update durable project knowledge through pi-harness structured memory tools. Parent agents use this without waiting for a user request when verified lasting facts, decisions, constraints, feedback, or references emerge, and at task, PR, checkpoint, compaction, pause, and session-end boundaries.
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'.
基于 SOC 职业分类
正在显示 SKILL.md
| 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