# Osx Commit

> Guide agents to create commits following project conventions. Detects Conventional, Angular, Gitmoji, or Classic commit styles from git history and config files.

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

## Install

```sh
agentstack add skill-amauryconstant-openspec-extended-osx-commit
```

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

## About

# osx-commit

Create commits that match project style.

## Process

### 1. Check Documentation

```bash
grep -i "commit" AGENTS.md CONTRIBUTING.md README.md 2>/dev/null
```

If conventions are defined, follow them.

### 2. Check Config Files

```bash
ls commitlint.config.js .commitlintrc .versionrc .gitmojirc 2>/dev/null
```

### 3. Detect Standard

Run detection script:

```bash
scripts/detect-commit-style
```

Or analyze manually:

```bash
git log --format="%s" -10
```

| Pattern | Standard |
|---------|----------|
| `type:` or `type(scope):` | Conventional |
| `type(scope):` (scope required) | Angular |
| Emoji at start | Gitmoji |
| Imperative verbs, no prefix | Classic |

### 4. Apply Standard

- **Conventional:** `type: description`
- **Angular:** `type(scope): description` (body required)
- **Gitmoji:** `emoji description`
- **Classic:** `Verb description` (no prefix)

### 5. Stage and Review

```bash
git add 
git diff --staged
```

### 6. Draft and Commit

Follow detected standard. See references for examples.

### 7. Verify

```bash
git log -1
```

## References

- `references/standards.md` - Full standards reference
- `references/detection.md` - Detection details
- `references/examples/conventional.md`
- `references/examples/angular.md`
- `references/examples/gitmoji.md`
- `references/examples/classic.md`

## Scripts

- `scripts/detect-commit-style` - Auto-detect commit standard from git history

## Source & license

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

- **Author:** [amauryconstant](https://github.com/amauryconstant)
- **Source:** [amauryconstant/openspec-extended](https://github.com/amauryconstant/openspec-extended)
- **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-amauryconstant-openspec-extended-osx-commit
- Seller: https://agentstack.voostack.com/s/amauryconstant
- 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%.
