Smart Commit banner
nobodyiscertain nobodyiscertain

Smart Commit

Git community

Description

--- name: smart-commit description: Intelligently commit changes by analyzing diffs and creating focused commits allowed-tools: Bash, Read --- You are about to create smart, focused git commits following the repository's git workflow guidelines. ## Your Task 1. **Check Current Branch** - Run `git branch --show-current` to check the current branch - If on `main` or `master`: - Check conversation context for ticket references (Linear issues like MDZ-10, Jira tickets, etc.) - Ana

Installation

Installs to ~/.claude/skills/nobodyiscertain-claude-config-smart-commit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nobodyiscertain-claude-config-smart-commit && curl -fsSL https://raw.githubusercontent.com/nobodyiscertain/claude-config/HEAD/commands/smart-commit.md -o ~/.claude/skills/nobodyiscertain-claude-config-smart-commit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository