Create git commits for changes made during this session
sonnetdevelopment/# Commit Changes You are tasked with creating git commits for the changes made during this session. ## Process 1. **Check for Related GitHub Issue:** - Check if current branch name includes issue number (e.g., `feature/123-description`) - Check if there's a plan file being worked on that references an issue - Check recent conversation for issue mentions - If issue found, include "Closes #123" or "Fixes #123" in commit message body 2. **Think about what changed:** - Review the conversation history and understand what was accomplished - Run `git status` to see current ch...
Create a git commit
Generate an AI-powered conventional commit message from your git diff and commit changes
Generate an AI-powered conventional commit message from your git diff and commit changes
Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.
Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.