Create atomic conventional git commit and push to remote
View on GitHubFradSer/dotclaude
git
January 24, 2026
Select agents to install to:
npx add-skill https://github.com/FradSer/dotclaude/blob/main/git/skills/commit-and-push/SKILL.md -a claude-code --skill commit-and-pushInstallation paths:
.claude/skills/commit-and-push/## Your Task 1. **Invoke the `/commit` command** to create all commits following conventional commits format. 2. **Push to Remote**: - Once all commits are created, push the current branch to the remote repository. - Use `git push` (add `-u origin <branch>` if upstream is not set).