github-review-workflow
Installation
SKILL.md
GitHub Review Workflow
Export inline PR review threads into a local queue, export CodeRabbit
outside-diff comments and nitpicks into separate local-only queues, then follow
this skill's local-first orchestration workflow in references/SOP.md.
Prerequisites
ghinstalled and authenticatedpython3available in the shell- the current working directory is the project that owns the PR
Export
Set SKILL_DIR to this skill's installed or repo-local path, then run:
python3 "$SKILL_DIR/scripts/export_github_review_comments.py" <pr-url>
Related skills