/ci_commit
Create git commits for session changes with clear, atomic messages
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/ci_commit
Context preview
What this command does when you run it.
Create git commits for session changes with clear, atomic messages
Command definition
ci_commit.mddescription: Create git commits for session changes with clear, atomic messages
Commit Changes
You are tasked with creating git commits for the changes made during this session.
Process:
1. **Think about what changed:**
- Review the conversation history and understand what was accomplished
- Run `git status` to see current changes
- Run `git diff` to understand the modifications
- Consider whether changes should be one commit or multiple logical commits
2. **Plan your commit(s):**
- Identify which files belong together
- Draft clear, descriptive commit messages
- Use imperative mood in commit messages
- Focus on why the changes were made, not just what
3. **Execute upon confirmation:**
- Use `git add` with specific files (never use `-A` or `.`)
- Never commit the `thoughts/` directory or anything inside it!
- Never commit dummy files, test scripts, or other files which you created or which appear to have been created but which were not part of your changes or directly caused by them (e.g. generated code)
- Create commits with your planned messages until all of your changes are committed with `git commit -m`
Remember:
- You have the full context of what was done in this session
- Group related changes together
- Keep commits focused and atomic when possible
- The user trusts your judgment - they asked you to commit
- **IMPORTANT**: - never stop and ask for feedback from the user.
Read more
description: Create git commits for session changes with clear, atomic messages
Commit Changes
You are tasked with creating git commits for the changes made during this session.
Process:
1. **Think about what changed:**
- Review the conversation history and understand what was accomplished
- Run `git status` to see current changes
- Run `git diff` to understand the modifications
- Consider whether changes should be one commit or multiple logical commits
2. **Plan your commit(s):**
- Identify which files belong together
- Draft clear, descriptive commit messages
- Use imperative mood in commit messages
- Focus on why the changes were made, not just what
3. **Execute upon confirmation:**
- Use `git add` with specific files (never use `-A` or `.`)
- Never commit the `thoughts/` directory or anything inside it!
- Never commit dummy files, test scripts, or other files which you created or which appear to have been created but which were not part of your changes or directly caused by them (e.g. generated code)
- Create commits with your planned messages until all of your changes are committed with `git commit -m`
Remember:
- You have the full context of what was done in this session
- Group related changes together
- Keep commits focused and atomic when possible
- The user trusts your judgment - they asked you to commit
- **IMPORTANT**: - never stop and ask for feedback from the user.
The best way to get AI coding agents to solve hard problems in complex codebases.
Repo: humanlayer/humanlayer
Other commands on humanlayer.
- /ci_describe_pr
Generate comprehensive PR descriptions following repository templates
Open command - /commit
Create git commits with user approval and no Claude attribution
Open command - /create_handoff
Create handoff document for transferring work to another session
Open command - /create_plan
Create detailed implementation plans through interactive research and iteration
Open command - /create_plan_generic
Create detailed implementation plans with thorough research and iteration
Open command - /create_plan_nt
Create implementation plans with thorough research (no thoughts directory)
Open command

