·git-commit

Smart git commit workflow with staging, message crafting, and safety checks

0Installs·0Trend·@yousufjoyian

Installation

$npx skills add https://github.com/yousufjoyian/claude-skills --skill git-commit

SKILL.md

Smart commit workflow that stages changes, crafts commit messages, and handles edge cases safely.

If user tries to commit secrets, WARN: "Found potential secrets in staging: .env. Remove with git reset HEAD .env before committing."

| feat | New feature | | fix | Bug fix | | refactor | Code restructuring (no behavior change) | | docs | Documentation only | | style | Formatting, whitespace | | test | Adding/fixing tests | | chore | Build, config, dependencies | | perf | Performance improvement |

Smart git commit workflow with staging, message crafting, and safety checks Source: yousufjoyian/claude-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yousufjoyian/claude-skills --skill git-commit
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is git-commit?

Smart git commit workflow with staging, message crafting, and safety checks Source: yousufjoyian/claude-skills.

How do I install git-commit?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yousufjoyian/claude-skills --skill git-commit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yousufjoyian/claude-skills