Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

commit-and-push

verified

Create atomic conventional git commit and push to remote

View on GitHub

Marketplace

frad-dotclaude

FradSer/dotclaude

Plugin

git

development

Repository

FradSer/dotclaude
208stars

git/skills/commit-and-push/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/FradSer/dotclaude/blob/main/git/skills/commit-and-push/SKILL.md -a claude-code --skill commit-and-push

Installation paths:

Claude
.claude/skills/commit-and-push/
Powered by add-skill CLI

Instructions

## Phase 1: Create Commits

**Goal**: Create all commits following conventional commits format

**Actions**:
1. Invoke the `/commit` command to create all commits following conventional commits format

---

## Phase 2: Push to Remote

**Goal**: Push commits to the remote repository

**Actions**:
1. Once all commits are created, push the current branch to the remote repository
2. Use `git push` (add `-u origin <branch>` if upstream is not set)

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
440 chars