GitHub 开源项目一键 PR 描述生成器
根据代码变更自动生成规范的 Pull Request 描述,包含变更摘要、影响分析和测试建议
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]
如何使用这条提示词
- 1复制上方完整提示词。
- 2在对应模型中替换主题、人物或风格变量。
- 3生成后记录有效调整,形成自己的版本。



