Prompt the user for a commit message if one wasn't provided, otherwise use the provided context.
Commit the changes
git commit -m "commit message"
Push the changes to the remote repository
git push
1---2name: gcp-43description: TODO4---5---6description: git commit and push7---89// turbo101. Add all changes to git11```powershell12git add .13```14152. Prompt the user for a commit message if one wasn't provided, otherwise use the provided context.16173. Commit the changes18```powershell19git commit -m "commit message"20```21224. Push the changes to the remote repository23```powershell24git push25```26
Run npx skillmds@latest add majiayu000/gcp-4 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
TODO It is listed under DevOps & Infra on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
majiayu000 (@majiayu000) published this skill. Their other Agent Skills are listed on their SkillMD profile.