Org-mode based GitHub PR review plugin for Claude Code.
Workflow for addressing code review feedback received on your pull request. Tracks review comments in an Emacs org-mode document through a cyclic process:
- Sync - Fetch review threads, resolution status, and new replies from GitHub
- Analyze - Assess each comment against the current code and suggest next steps
- Triage - User provides instructions for code changes and/or PR replies
- Fix & Reply - Implement changes and post replies
- Finalize - Sync threads and update document state
Comments are tracked with org-mode TODO states:
new comment on
unresolved thread
┌─────────────────────────┐
│ │
▼ │
┌────────┐ │
──>│ TODO │───┐ │
└────────┘ │ start fix │
│ │ │
│ ▼ │
│ ┌────────┐ │
│ │ PROG │─────────────┤
│ └────────┘ │
│ │ │
│ │ fix done │
│ │ │
│ ▼ │
│ ┌────────┐ │
└─>│ WAIT │─────────────┘
reply └────────┘
only │
│ isResolved=true
▼
┌────────┐
│ DONE │
└────────┘
Any state → DONE when isResolved=true
For reviews with 5+ comments, the skill supports a team mode that groups related comments and spawns one sub-agent per group. This keeps each agent’s context small and focused. The lead agent owns all shared state (org doc, git) while sub-agents handle analysis or code fixes in isolation. See the skill’s Team Mode section for details.
/plugin marketplace add manzaltu/org-claude-gh-pr
/plugin install org-claude-gh-pr@org-claude-gh-prclaude --plugin-dir ~/projects/org-claude-gh-prCopyright (c) 2026 Yoav Orot. All rights reserved.
Licensed under the GNU General Public License v3.0 or later.