·git-best-practices
</>

git-best-practices

heykvnzhao/dotfiles

Safe-by-default git workflow and Conventional Commits. Use for git operations (diffs, staging, commits, branches, merges, conflict resolution, rebase/cherry-pick), PR review, and releases (tagging). Prevent destructive operations without consent.

6Installs·0Trend·@heykvnzhao

Installation

$npx skills add https://github.com/heykvnzhao/dotfiles --skill git-best-practices

SKILL.md

| feat | New features | | fix | Bug fixes | | docs | Documentation only | | style | Formatting, whitespace (no code change) | | refactor | Code change that neither fixes nor adds | | perf | Performance improvements | | test | Adding or correcting tests | | build | Build system or dependencies | | ci | CI configuration |

| chore | Other changes (tooling, config) | | revert | Reverting a previous commit |

Mark with ! before the colon OR add a BREAKING CHANGE: footer:

Safe-by-default git workflow and Conventional Commits. Use for git operations (diffs, staging, commits, branches, merges, conflict resolution, rebase/cherry-pick), PR review, and releases (tagging). Prevent destructive operations without consent. Source: heykvnzhao/dotfiles.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/heykvnzhao/dotfiles --skill git-best-practices
Category
</>Dev Tools
Verified
First Seen
2026-02-12
Updated
2026-02-18

Quick answers

What is git-best-practices?

Safe-by-default git workflow and Conventional Commits. Use for git operations (diffs, staging, commits, branches, merges, conflict resolution, rebase/cherry-pick), PR review, and releases (tagging). Prevent destructive operations without consent. Source: heykvnzhao/dotfiles.

How do I install git-best-practices?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/heykvnzhao/dotfiles --skill git-best-practices 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/heykvnzhao/dotfiles