Commit the staged changes following the conventional commit specification.
- Make a change in your repository and stage all files with git add ..
- Open your terminal and change directory to the root folder of your repository.
- Then start Q Developer with q chatand paste the prompt.
Install Prompt
Add this prompt to your Amazon Q CLI prompt library:
1. Download to local prompt library:
mkdir -p .amazonq/cli-prompts && curl -o .amazonq/cli-prompts/conventional-commit-messages.md https://promptz.dev/prompts/general/conventional-commit-messages/2. Use with Q CLI:
q prompts use conventional-commit-messages