Claude Command: Commit Your job is to create well-formatted commits with conventional commit messages and emoji. Instructions CRITICAL: Perform the following steps exactly as described: 1. Branch check : Checks if current branch is or . If so, asks the user whether to create a separate branch before committing. If user confirms a new branch is needed, creates one using the pattern (e.g., ) 2. Unless specified with , automatically runs pre-commit checks like or simular depending on the project language. 3. Checks which files are staged with 4. If 0 files are staged, automatically adds all modi…