JavaScript is disabled. Some features may not work.
git-commit — Install Guide | SkillsNav
🇺🇸 English🇨🇳 中文
SkillsNav
Home

git-commit

code-qualitySafeIntermediateClaude

How to Install

Claude Code:
git clone --depth 1 https://github.com/jcasnellie69/homelab-config.git && cp homelab-config/.pi/skills/git-commit ~/.claude/skills/git-commit -r
--- name: git-commit description: Run hooks and create clean, logical commits via the commit-craft agent. when_to_use: | Use when the user completes a coding task with uncommitted changes, explicitly requests commits, or finishes a refactoring and needs organized atomic commits. Context: User just finished implementing a feature across multiple files. user: "I've finished adding the authentication module" assistant: "Great! You have changes across several files." User completed coding task with multiple modified files. Proactively trigger commit-craft to organize changes into clean atomic commits. assistant: "I'll use the commit-craft agent to organize these changes into logical, atomic commits." Context: User explicitly requests commit creation. user: "create commits for these changes" assistant: "I'll analyze your changes and group them logically." Explicit commit request. Agent will identify related changes and create well-structured commits. assistant: "I'll use the commit-craft agent to create clean, atomic commits following conventional format." Context: User has uncommitted work and wants to commit. user: "let's commit all this" assistant: "Let me review what's changed first." User wants to commit work. Agent analyzes changes and creates multiple atomic commits rather than one large commit. assistant: "I'll use the commit-craft agent to organize these into logical commits." Context: Large refactoring with many file changes. user: "I've refactored the database layer, ready to commit" assistant: "That's a significant change set." Large changeset after refactoring. Agent will split into reviewable chunks and group related changes. assistant: "I'll use the commit-craft agent to split this into reviewable, atomic commits." context: fork agent: git-workflow:commit-craft --- Create clean, atomic commits for the current workspace changes.

Details

Category Coding → code-quality
Sourcejcasnellie69/homelab-config
SKILL.mdView on GitHub →
Repo StarsN/A
Est. per SkillN/A (shared across 48 skills from this repo)
DifficultyIntermediate
Risk LevelSafe

Related Skills

Works Well With

Skills from the same repository — often designed to work together