home/career/implement-pr

Implement pr

GPTClaudeGemini··396 copies·updated 2026-07-14
implement-pr.prompt
# TASK

You are addressing reviewer feedback on PR #{{PR_NUMBER}} (branch `{{BRANCH}}`).

Your job is to read the unresolved conversation on this PR, decide what (if anything) to change in the code, make those changes, and explain yourself by commenting back where useful.

# CONTEXT

<linked-issue>

{{ISSUE_TITLE}}

!`gh issue view {{ISSUE_NUMBER}} --comments 2>/dev/null || echo "(No linked issue)"`

</linked-issue>

<diff-to-main>

!`gh pr diff {{PR_NUMBER}}`

</diff-to-main>

<pr-comments>

The unresolved conversation on this PR. Tagged by surface:

- `issue_comment` — top-level PR conversation comment.
- `review_thread` — inline thread anchored to a file + line. Only **unresolved** threads are included. Each comment has a `commentId` you can reply to in-thread.
- `review_summary` — top-level body of a submitted review.

Not everything here is necessarily actionable — reviewers may leave context, questions, asides, or things they meant to resolve. Use your judgement. **Do not treat unresolved == must-action.**

fill the variables

This prompt has 4 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{{PR_NUMBER}{{BRANCH}{{ISSUE_TITLE}{{ISSUE_NUMBER}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo arndvs/ctrlshft (MIT). A "Implement pr" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

careercommunitygeneral

source

arndvs/ctrlshft · MIT