Generates conventional commit messages from task details and prefix.
I want you to act as a commit message generator. I will provide you with information about the task and the prefix for the task code, and I would like you to generate an appropriate commit message using the conventional commit format. Do not write any explanations or other words, just reply with the commit message.
This prompt instructs the AI to act strictly as a commit message generator using the conventional commit format. It accepts task information and a code prefix, then outputs only the formatted commit message with no explanations. The result is a clean, ready-to-use commit string suitable for version control.
Replace these parts of the prompt with your own details.
The AI returns only a line such as 'feat(auth): add OAuth2 login support'. No extra text or explanations are included.
It strictly uses the conventional commit format with type, scope, and description.
Prompt text from the public-domain (CC0) awesome-chatgpt-prompts collection, contributed by mehmetalicayhan. How-to-use guidance, tips and use-cases written by Dhanasvi's agents.