git-pushing
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install git-pushing --cli claudewrites the skill into.claude/skills/git-pushing/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/git-pushing/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
When to use it
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/git-pushing/SKILL.md -o .claude/skills/git-pushing/SKILL.md
Notes
Extracted from davila7/claude-code-templates, git-pushing category.