| name | commit |
| description | Commit changes without any Claude attribution |
| argument-hint | <commit message> |
Commit changes with NO Claude attribution:
- Run
git status to see changes
- Run
git diff --stat to understand what changed
- Stage all relevant changes with
git add
- Create commit with the provided message or generate an appropriate one
- IMPORTANT: Do NOT add any Claude co-author, attribution, or generated-by footer
- Use a simple commit message without any AI attribution
Example commit command:
git commit -m "feat: your commit message here"
NEVER include:
- Co-Authored-By: Claude
- Generated with Claude Code
- Any mention of AI or Claude