Agent skill

gcp-copy

TODO

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/gcp-copy

SKILL.md


description: git commit and push

// turbo

  1. Add all changes to git
powershell
git add .
  1. Prompt the user for a commit message if one wasn't provided, otherwise use the provided context.

  2. Commit the changes

powershell
git commit -m "commit message"
  1. Push the changes to the remote repository
powershell
git push

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results