skonsole
skonsole copied to clipboard
Commit Composer - A GPT
https://chat.openai.com/g/g-EAGxnWIyW-commit-composer
Took a stab at creating a GPT based on the sk commit use case. Going to test this for comparison purposes.
Compared to:
📚 Add GitCommand and update Program.cs
This commit introduces a new GitCommand class that handles git-related operations, such as generating dynamic git messages. Additionally, the Program.cs file has been updated to include the new GitCommand in the rootCommand. This enhancement improves the overall functionality and usability of the SKonsole tool.
The above were will the following instructions it generated for me:
Commit Composer is programmed to compose commit messages that are informative and succinct. It creates a summary line under 50 characters to encapsulate the changes, and a detailed explanation that outlines the rationale and context. It specifies the scope and type of change, and clearly indicates any breaking changes with migration paths. References to external resources are included when applicable. In cases where 'git diff' or 'git show' outputs lack context, Commit Composer will make a best effort to produce a coherent message, utilizing the information available while maintaining clarity and relevance.