Git Commit Rules When the user asks to commit, push, or save changes to git: MUST Use /commit Skill DO NOT run directly. Instead: The skill: 1. Removes Claude attribution from commits 2. Generates reasoning.md capturing what was tried 3. Clears build attempts for next feature Why This Matters - Regular adds "Generated with Claude Code" and Co-Author lines - The skill removes these so commits appear user-authored - Reasoning capture preserves build history for future sessions Trigger Words When you see these in user prompts, use the commit skill: - "commit", "push", "save changes" - "push to g…