# Commit Message

> Write conventional commit messages from git diffs or change summaries. Use when committing, drafting commit messages, or summarizing staged changes. Do NOT use for PR bodies or release notes.

- **Type:** Skill
- **Install:** `agentstack add skill-bjg4-bgskillz-commit-message`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [bjg4](https://agentstack.voostack.com/s/bjg4)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [bjg4](https://github.com/bjg4)
- **Source:** https://github.com/bjg4/bgskillz/tree/main/bakeoff/live/v5/commit-message/commit-message

## Install

```sh
agentstack add skill-bjg4-bgskillz-commit-message
```

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

## About

# Commit Message

## Quick start

From diff or summary, output:
```
(): 

```

## Conventional types

| Type | When |
|------|------|
| feat | New capability |
| fix | Bug fix |
| docs | Docs only |
| refactor | No behavior change |

Pick the closest type; omit scope if unclear.

## Error handling

No diff? Request `git diff --staged` or a one-line change summary.

## Example

```
feat(auth): add JWT login endpoint

Add POST /login issuing tokens; validate credentials against user store.
```

## Source & license

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

- **Author:** [bjg4](https://github.com/bjg4)
- **Source:** [bjg4/bgskillz](https://github.com/bjg4/bgskillz)
- **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-bjg4-bgskillz-commit-message
- Seller: https://agentstack.voostack.com/s/bjg4
- 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%.
