pr-review

PR Review Comment Workflow

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pr-review" with this command: npx skills add significant-gravitas/autogpt/significant-gravitas-autogpt-pr-review

PR Review Comment Workflow

Steps

  • Find PR: gh pr list --head $(git branch --show-current) --repo Significant-Gravitas/AutoGPT

  • Fetch comments (all three sources):

  • gh api repos/Significant-Gravitas/AutoGPT/pulls/{N}/reviews (top-level reviews)

  • gh api repos/Significant-Gravitas/AutoGPT/pulls/{N}/comments (inline review comments)

  • gh api repos/Significant-Gravitas/AutoGPT/issues/{N}/comments (PR conversation comments)

  • Skip comments already reacted to by PR author

  • For each unreacted comment:

  • Read referenced code, make the fix (or reply if you disagree/need info)

  • Inline review comments (pulls/{N}/comments ):

  • React: gh api repos/.../pulls/comments/{ID}/reactions -f content="+1" (or -1 )

  • Reply: gh api repos/.../pulls/{N}/comments/{ID}/replies -f body="..."

  • PR conversation comments (issues/{N}/comments ):

  • React: gh api repos/.../issues/comments/{ID}/reactions -f content="+1" (or -1 )

  • No threaded replies — post a new issue comment if needed

  • Top-level reviews: no reaction API — address in code, reply via issue comment if needed

  • Include autogpt-reviewer bot fixes too

  • Format: cd autogpt_platform/backend && poetry run format , cd autogpt_platform/frontend && pnpm format

  • Commit & push

  • Re-fetch comments immediately — address any new unreacted ones before waiting on CI

  • Stay productive while CI runs — don't idle. In priority order:

  • Run any pending local tests (poetry run pytest , e2e, etc.) and fix failures

  • Address any remaining comments

  • Only poll gh pr checks {N} as the last resort when there's truly nothing left to do

  • If CI fails — fix, go back to step 6

  • Re-fetch comments again after CI is green — address anything that appeared while CI was running

  • Done only when: all comments reacted AND CI is green.

CRITICAL: Do Not Stop

Loop is: address → format → commit → push → re-check comments → run local tests → wait CI → re-check comments → repeat.

Never idle. If CI is running and you have nothing to address, run local tests. Waiting on CI is the last resort.

Rules

  • One todo per comment

  • For inline review comments: reply on existing threads. For PR conversation comments: post a new issue comment (API doesn't support threaded replies)

  • React to every comment: +1 addressed, -1 disagreed (with explanation)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

vercel-react-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review
General

worktree-setup

No summary provided by upstream source.

Repository SourceNeeds Review
General

backend-check

No summary provided by upstream source.

Repository SourceNeeds Review
General

frontend-check

No summary provided by upstream source.

Repository SourceNeeds Review