home/productivity/pr-description-prompt-3

pr Description.prompt

GPTClaudeDeepSeek··422 copies·updated 2026-07-14
pr-description-prompt-3.prompt
---
name: pr-description
description: "Generate a structured pull request description from the current diff."
argument-hint: "Describe the PR scope or provide the branch name"
model: Claude Sonnet 4.6 (copilot)
agent: agent
tools: [changes, search]
---

## Purpose
Generate a clear, well-structured pull request description from the current staged or unstaged changes.

## Instructions
- Load the current diff using the changes tool.
- Categorize changes by type: feature, fix, refactor, docs, chore, test.
- Write a concise title following conventional commit format (e.g., `feat: add OAuth2 token refresh`).
- Summarize the motivation (why), approach (how), and impact (what changes).
- List all files modified, grouped by category.
- Note any breaking changes, migration steps, or deployment considerations.
- Include a testing section describing how the changes were verified.

## Output Format
Return a ready-to-paste PR description in markdown:

when to use it

Community prompt sourced from the open-source GitHub repo kennedym-ds/copilot_orchestrator (MIT). A "pr Description.prompt" 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

productivitycommunitydeveloper

source

kennedym-ds/copilot_orchestrator · MIT