git

Installation
SKILL.md

Git

  1. Inspect git status --short before changing or committing.
  2. Use small, focused diffs.
  3. Use Conventional Commits format.
  4. Keep commit subjects specific.
  5. Use git commit --no-gpg-sign.
  6. Preserve user work. Do not overwrite it to make history pretty.

Output

When status is pending, still state the Focused diff, Specific subject, how you Preserve user work, and Overwritten: no.

Completion: status was inspected, the diff is focused, the subject is conventional and specific, and no user work was overwritten.

Installs
33
First Seen
Jul 27, 2026
git — darknesskiller/skills