github-review-workflow
SKILL.md
GitHub Review Workflow
Turn a GitHub PR URL into a clean local queue of inline review threads, then work that queue one item at a time.
references/SOP.md is the canonical procedure. This file is only the entrypoint.
Prerequisites
ghinstalled and authenticatedpython3available in the shell- the current working directory is the project that owns the PR
Helper Scripts
Use the bundled scripts in this skill's scripts/ directory:
- export_github_review_comments.py exports the PR bundle into
GitHub Reviews/ - post_github_review_followup.py posts a reply and/or resolves a thread after local audit
Export
Run:
python3 scripts/export_github_review_comments.py <pr-url>
Optional: add --strip-ai-prompts if you want the exported review item bodies to drop embedded Prompt for AI Agents sections.
Then open:
references/SOP.mdGitHub Reviews/pr-<number>-<slug>/README.mdGitHub Reviews/pr-<number>-<slug>/context/00-dispatch-guidance.mdGitHub Reviews/pr-<number>-<slug>/context/01-coderabbit-walkthrough.mdif it exists
Non-Negotiables
- Work
todo/sequentially - Do a local merit pass before changing code
- For accepted items, delegate to a fresh sub-task with no prior conversation context (
fork_context: falsewhere applicable), and give it onlycontext/00-dispatch-guidance.md,context/01-coderabbit-walkthrough.mdif present, and the assigned review item file - Do not mention the rest of the queue in the worker prompt
- Audit locally before moving files to
done/orignored/ - Use
python3 scripts/post_github_review_followup.py <review-item-file> ...only after local audit
Weekly Installs
3
Repository
rarestg/rarestg-skillsFirst Seen
3 days ago
Security Audits
Installed on
cline3
gemini-cli3
github-copilot3
codex3
kimi-cli3
cursor3