·git-commit-plan
>_

git-commit-plan

heykvnzhao/dotfiles

Plan commits from the current working tree. Use when asked how to split changes into commits, what to stage together, how to handle untracked files, or to propose commit messages and an execution plan (stage/commit) based on `git status`/diffs.

5Installs·0Trend·@heykvnzhao

Installation

$npx skills add https://github.com/heykvnzhao/dotfiles --skill git-commit-plan

SKILL.md

Turn the current repo state into a small set of clean, reviewable commits:

Output a numbered list of commits. For each commit, include:

Also propose the exact commands to execute the plan, favoring:

Plan commits from the current working tree. Use when asked how to split changes into commits, what to stage together, how to handle untracked files, or to propose commit messages and an execution plan (stage/commit) based on `git status`/diffs. 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-commit-plan
Category
>_Productivity
Verified
First Seen
2026-02-12
Updated
2026-02-18

Quick answers

What is git-commit-plan?

Plan commits from the current working tree. Use when asked how to split changes into commits, what to stage together, how to handle untracked files, or to propose commit messages and an execution plan (stage/commit) based on `git status`/diffs. Source: heykvnzhao/dotfiles.

How do I install git-commit-plan?

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-commit-plan 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