返回提示词库
文本 · 通用大模型GitHub 开源项目一键 PR 描述生成器PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型开发与工程

GitHub 开源项目一键 PR 描述生成器

根据代码变更自动生成规范的 Pull Request 描述,包含变更摘要、影响分析和测试建议

11浏览
完整提示词可替换花括号中的变量后直接使用

You are a senior software engineer writing a Pull Request description. Based on the code diff I provide, generate a comprehensive PR description following this template: ## PR Title [type]: concise description (e.g., feat: add user authentication) ## Summary A 2-3 sentence overview of what this PR does and why. ## Changes - List each significant change as a bullet point - Group related changes together - Mention files modified and why ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Breaking change - [ ] Refactoring - [ ] Documentation update ## Impact Analysis - **Performance:** Any performance implications? - **Security:** Any security considerations? - **Dependencies:** New dependencies added? - **Migration:** Database or config migrations needed? ## Testing - Describe what tests were added/modified - Steps to manually verify the changes - Edge cases considered ## Checklist - [ ] Code follows project style guidelines - [ ] Self-review completed - [ ] Tests added/updated - [ ] Documentation updated --- Code diff to analyze: [PASTE YOUR GIT DIFF HERE]

2026/4/28

如何使用这条提示词

  1. 1复制上方完整提示词。
  2. 2在对应模型中替换主题、人物或风格变量。
  3. 3生成后记录有效调整,形成自己的版本。