---
name: Commit Helper
slug: commit-helper
category: Quality
description: Commit Helper generates a conventional commit message from staged changes. Use it after reviewing `git diff --cached` to produce a concise message with an optional scope.
github: "https://github.com/agentforce314/clawcodex/tree/main/tests/fixtures/skills/commit-helper"
language: TypeScript
stars: 862
forks: 154
install: "npx degit https://github.com/agentforce314/clawcodex/tree/main/tests/fixtures/skills/commit-helper ~/.claude/skills/commit-helper"
installs_to: ~/.claude/skills/commit-helper
source_path: tests/fixtures/skills/commit-helper/SKILL.md
collection_size: 3
category_size: 1354
collection_url: "https://dirskills.com/collections/agentforce314/clawcodex"
added: 2026-08-22T05:21:38.605Z
last_synced: 2026-08-22T05:21:38.605Z
canonical_url: "https://dirskills.com/skills/commit-helper"
---

# Commit Helper

Commit Helper generates a conventional commit message from staged changes. Use it after reviewing `git diff --cached` to produce a concise message with an optional scope.

**Install:**

```bash
npx degit https://github.com/agentforce314/clawcodex/tree/main/tests/fixtures/skills/commit-helper ~/.claude/skills/commit-helper
```

## README

# Commit Helper

Run `git diff --cached` and produce a conventional-commit message in `$scope` scope.
Skill base: ${CLAUDE_SKILL_DIR}
Session: ${CLAUDE_SESSION_ID}
