SkillAgentSearch skills...

Gacp

Bash script for Git add/commit/push with a single command

Install / Use

/learn @drj-io/Gacp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

gacp

Git add/commit/push

This is just a shell script that replaces

git add .
git commit -m "message"
git push

with a single command.

gacp "commit message"

Use with care, there are times when you want to be a bit more selective. Also leave good commit messages.

installation

You can copy gacp to /usr/local/bin on mac to make it a global command.

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated3mo ago
Forks2

Languages

Shell

Security Score

67/100

Audited on Dec 16, 2025

No findings