docs(instructions): add conventional commit prompt and document in RE…#131
Merged
aaronpowell merged 3 commits intoAug 1, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new conventional commit prompt file to help users generate standardized commit messages following the Conventional Commits specification. The prompt provides a structured XML format with instructions, examples, and validation guidelines.
- Adds a new prompt file for generating conventional commit messages
- Updates the README.md to include the new conventional commit prompt
- Provides structured workflow and examples for consistent commit message formatting
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| instructions/conventional-commit.prompt.md | New prompt file providing XML-structured templates and guidelines for conventional commit messages |
| README.md | Added table entry for the conventional commit prompt with installation links |
aaronpowell
requested changes
Jul 29, 2025
…prompt description and improve prompt front matter Updated README.md to clarify the Conventional Commit prompt description and details. Updated instructions/conventional-commit.prompt.md to improve front matter (description, tools) and remove unnecessary fields.
aaronpowell
requested changes
Jul 31, 2025
| @@ -0,0 +1,73 @@ | |||
| --- | |||
| description: 'Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.' | |||
| tools: ['run_in_terminal', 'get_terminal_output'] | |||
Contributor
There was a problem hiding this comment.
I can't find these tools in VS Code - can you verify that the tools are correct?
Contributor
Author
There was a problem hiding this comment.
aaronpowell
approved these changes
Aug 1, 2025
aaronpowell
left a comment
Contributor
There was a problem hiding this comment.
Interesting note on the tool names - there seems to be a difference between what you get from the picker and what it might be running.
AungMyoKyaw
added a commit
to AungMyoKyaw/awesome-copilot
that referenced
this pull request
Aug 1, 2025
github#131) * docs(instructions): add conventional commit prompt and document in README * docs(readme,conventional-commit-prompt): clarify Conventional Commit prompt description and improve prompt front matter Updated README.md to clarify the Conventional Commit prompt description and details. Updated instructions/conventional-commit.prompt.md to improve front matter (description, tools) and remove unnecessary fields. * docs(prompt): simplify XML structure and remove redundant tags --------- Co-authored-by: Aung Myo Kyaw <aungmyokyaw@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Pull Request Checklist
node update-readme.jsand verified thatREADME.mdis up to date.Description
Type of Contribution
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.