This guide walks you through generating an AI-assisted commit message with the hook in place.
Stage your changes.
git add <files>
Start a commit.
git commit
Prompt templates are in src/ai_prepare_commit_msg/prompts/.
Edit those files to adjust tone, length, and structure.