Skip to content

manzaltu/org-claude-gh-pr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

org-claude-gh-pr

Org-mode based GitHub PR review plugin for Claude Code.

Skills

handle-pr-feedback

Workflow for addressing code review feedback received on your pull request. Tracks review comments in an Emacs org-mode document through a cyclic process:

  1. Sync - Fetch review threads, resolution status, and new replies from GitHub
  2. Analyze - Assess each comment against the current code and suggest next steps
  3. Triage - User provides instructions for code changes and/or PR replies
  4. Fix & Reply - Implement changes and post replies
  5. 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

Team mode

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.

Install

/plugin marketplace add manzaltu/org-claude-gh-pr
/plugin install org-claude-gh-pr@org-claude-gh-pr

Local Development

claude --plugin-dir ~/projects/org-claude-gh-pr

License

Copyright (c) 2026 Yoav Orot. All rights reserved.

Licensed under the GNU General Public License v3.0 or later.

About

Org-mode based GitHub PR review plugin for Claude Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages