Stage, commit, and push changes
git-pushingskillsetup L1★381
majiayu000/claude-skill-registry ↗What it does
Stage, commit, and push changes with conventional commit messages
Best for
Automating conventional commit workflow with consistent message format and co-author attribution.
Inputs
- · Modified files in working tree
- · Optional commit message
Outputs
- · Committed and pushed changes
- · Remote branch updated
- · Claude co-author footer
Requires
- · Git 2.0+
- · scripts/smart_commit.sh
Preconditions
- · Working tree has changes
- · Remote configured
Failure modes
- · Pre-commit hooks may fail
- · Push fails if out of sync
Trust signals
- · smart_commit.sh handles staging
- · Claude footer appended
- · Push with -u flag