diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-14 12:18:12 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-14 12:18:12 +0900 |
| commit | 27c91336de8b9208a53c290421bb99bf332354ff (patch) | |
| tree | 8eb6bab9f47de7227f03c7facc2c56f5411d4dfe | |
| parent | c2f79a7d653e16c41623f508ed2e1572107ce304 (diff) | |
| download | dotfiles-27c91336de8b9208a53c290421bb99bf332354ff.tar.gz dotfiles-27c91336de8b9208a53c290421bb99bf332354ff.tar.zst dotfiles-27c91336de8b9208a53c290421bb99bf332354ff.zip | |
claude: fix /conventional-commit
| -rw-r--r-- | .config/claude/skills/conventional-commit/SKILL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/claude/skills/conventional-commit/SKILL.md b/.config/claude/skills/conventional-commit/SKILL.md index 8645b91..578a916 100644 --- a/.config/claude/skills/conventional-commit/SKILL.md +++ b/.config/claude/skills/conventional-commit/SKILL.md @@ -7,7 +7,7 @@ allowed-tools: Bash(git add:*), Bash(git diff:*), Bash(git status:*), Bash(git c ## Context - Current git status: !`git status` -- Current git diff (staged and unstaged changes): !`git diff HEAD` +- Current git diff (staged and unstaged changes): !`git diff HEAD --` - Recent commits: !`git log --oneline -5` ## Instructions |
