gh-process-review
Installation
SKILL.md
GitHub Review Processing
Process PR review threads efficiently by storing them locally and addressing them one by one.
Working Directory Context
CRITICAL: All commands MUST be run from the user's project root directory, NOT from the skill directory.
- The user will be in THEIR project directory when invoking this skill
- All script calls use
$SKILL_DIR/scripts/review.sh— the single entry point - The script auto-detects the reviews file from the current branch's PR
- DO NOT
cdinto the skill directory - the script handles path resolution internally
SKILL_DIR = directory containing this SKILL.md (automatically resolved by Claude)