Skip to content

feat: add Prompt Builder for creating high-quality GitHub Copilot prompts#136

Merged
aaronpowell merged 4 commits into
github:mainfrom
samqbush:samq/prompt-builder
Jul 31, 2025
Merged

feat: add Prompt Builder for creating high-quality GitHub Copilot prompts#136
aaronpowell merged 4 commits into
github:mainfrom
samqbush:samq/prompt-builder

Conversation

@samqbush

Copy link
Copy Markdown
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.
  • I have run node update-readme.js and verified that README.md is up to date.

Description

Add a prompt for creating high quality prompts. Tested with the following prompt "/prompt-builder help me a build a prompt for generating release notes by comparing the current branch commits compared to the main branch". Works great and is better than my previously created release notes prompt

Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings July 30, 2025 22:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request adds a new prompt file called "Professional Prompt Builder" designed to guide users through creating high-quality GitHub Copilot prompts. The prompt provides a systematic approach to gathering requirements and generating production-ready prompt files following established patterns from the repository.

  • Introduces a comprehensive prompt engineering assistant that walks users through 9 discovery sections
  • Provides structured guidance for creating .prompt.md files with proper front matter, personas, and tool integration
  • Updates the README.md to include the new prompt in the prompts table

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
prompts/prompt-builder.prompt.md New prompt file that provides systematic guidance for creating high-quality GitHub Copilot prompts
README.md Updated prompts table to include the new Professional Prompt Builder entry

Comment thread prompts/prompt-builder.prompt.md Outdated
@aaronpowell aaronpowell merged commit 33bbe2b into github:main Jul 31, 2025
2 checks passed
AungMyoKyaw pushed a commit to AungMyoKyaw/awesome-copilot that referenced this pull request Aug 1, 2025
…mpts (github#136)

* feat: add Prompt Builder for creating high-quality GitHub Copilot prompts

* run node update-readme.js

* change " to '

* fix: correct formatting of description in prompt-builder prompt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants