Agent Skills: commit-and-push

Create atomic conventional git commit and push to remote

UncategorizedID: fradser/dotclaude/commit-and-push

Install this agent skill to your local

pnpm dlx add-skill https://github.com/FradSer/dotclaude/tree/HEAD/git/skills/commit-and-push

Skill Files

Browse the full folder contents for commit-and-push.

Download Skill

Loading file tree…

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

Skill Metadata

Name
commit-and-push
Description
Create atomic conventional git commit and push to remote repository. Use when committing staged changes with conventional commit format and immediately pushing to the remote branch.

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)