# 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.

- **Type:** Skill
- **Install:** `agentstack add skill-mohamedelamraoui1-agent-skills-101-agent-skills-101`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [mohamedelamraoui1](https://agentstack.voostack.com/s/mohamedelamraoui1)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [mohamedelamraoui1](https://github.com/mohamedelamraoui1)
- **Source:** https://github.com/mohamedelamraoui1/agent-skills-101

## Install

```sh
agentstack add skill-mohamedelamraoui1-agent-skills-101-agent-skills-101
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Git Push Workflow

Stage all changes, create a conventional commit, and push to the remote branch.

## When to Use

Automatically activate when the user:
- Explicitly asks to push changes ("push this", "commit and push", "push to remote")
- Mentions saving work to remote ("save to github", "push to remote")
- Completes a feature and wants to share it
- Says phrases like "let's push this up" or "commit these changes"

## Workflow

**ALWAYS use the script** - do NOT use manual git commands:

```powershell
powershell -ExecutionPolicy Bypass -File skills/git-pushing/scripts/smart_commit.ps1
```

With custom message:
```powershell
powershell -ExecutionPolicy Bypass -File skills/git-pushing/scripts/smart_commit.ps1 "feat: add feature"
```

Script handles: staging, conventional commit message, Claude footer, push with -u flag.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [mohamedelamraoui1](https://github.com/mohamedelamraoui1)
- **Source:** [mohamedelamraoui1/agent-skills-101](https://github.com/mohamedelamraoui1/agent-skills-101)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-mohamedelamraoui1-agent-skills-101-agent-skills-101
- Seller: https://agentstack.voostack.com/s/mohamedelamraoui1
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
