# Git Commit

> Write a clear, conventional commit message from the staged diff.

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

## Install

```sh
agentstack add skill-brattlof-skillet-git-commit
```

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

## About

# git-commit

Use this when the user asks you to commit staged changes and wants a well-formed message.

1. Run `git diff --cached` to see exactly what is staged.
2. Write a single imperative subject line, 50 characters or fewer, capitalized, with no
   trailing period (for example "Add retry to the upload client").
3. If the change needs context, add a blank line and a short body that explains what
   changed and why, wrapped at 72 columns.
4. Show the message and run `git commit` only after the user confirms.

Describe what the diff actually does, not what was intended. Keep one logical change per
commit; if the subject needs the word "and", the commit is probably too big.

## Source & license

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

- **Author:** [Brattlof](https://github.com/Brattlof)
- **Source:** [Brattlof/skillet](https://github.com/Brattlof/skillet)
- **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-brattlof-skillet-git-commit
- Seller: https://agentstack.voostack.com/s/brattlof
- 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%.
