commit

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Create exactly one coherent commit while preserving changes outside its intended scope. Write the commit message in English and communicate with the user in their language. Follow explicit user instructions and applicable repository guidance before the defaults below.

Repository Context

  • Status: !git status --short
  • Staged changes: !git diff --cached
  • Unstaged changes: !git diff
  • Untracked files: !git ls-files --others --exclude-standard
  • Unmerged files: !git diff --name-only --diff-filter=U
  • Current branch: !git branch --show-current
  • Recent commits: !git log --oneline -10

1. Define the Commit Scope

Installs
223
Repository
0xd669/skills
GitHub Stars
2
First Seen
Feb 26, 2026
commit — 0xd669/skills