awesome-copilot/prompts/create-github-pull-request-from-specification.prompt.md
Tài Lê 27c9e9a431
Update prompts/create-github-pull-request-from-specification.prompt.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-19 01:25:24 +07:00

27 lines
1.5 KiB
Markdown

---
mode: 'agent'
description: 'Create GitHub Pull Request for feature request from specification file using pull_request_template.md template.'
tools: ['codebase', 'search', 'github', 'create_pull_request', 'update_pull_request', 'get_pull_request_diff']
---
# Create GitHub Pull Request from Specification
Create GitHub Pull Request for the specification at `${workspaceFolder}/.github/pull_request_template.md` .
## Process
1. Analyze specification file template from '${workspaceFolder}/.github/pull_request_template.md' to extract requirements by 'search' tool.
2. Create Pull request draft template by using 'create_pull_request' tool on to `${input:targetBranch}`.
3. Get changes in pull request by using 'get_pull_request_diff' tool to analyze information that was changed in Pull Request.
4. Update the Pull Request body created in the previous step using the 'update_pull_request' tool. Incorporate the information from the template obtained in the first step to update the body and title as needed.
5. Switch from draft to ready for review by using 'update_pull_request' tool. To update state of pull request.
6. Response URL Pull request was create to user.
## Requirements
- Single issue for the complete specification
- Clear title/pull_request_template.md identifying the specification
- Fill enough information into pull_request_template.md
- Verify against existing issues before creation
- Don't ask user for permission between each step. Continue til the end.