aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-23 14:54:28 +0900
committernsfisis <nsfisis@gmail.com>2026-02-23 14:54:28 +0900
commitbf63936430497e843a26888924095ccb6747b0b9 (patch)
tree02b05231b29ddd5a33d7ce591111d43053ce4f99
parent38eca71a2a2568e232d619ae1a6680d62a9cda8c (diff)
downloaddotfiles-bf63936430497e843a26888924095ccb6747b0b9.tar.gz
dotfiles-bf63936430497e843a26888924095ccb6747b0b9.tar.zst
dotfiles-bf63936430497e843a26888924095ccb6747b0b9.zip
claude: update /conventional-commit skill
-rw-r--r--.config/claude/skills/conventional-commit/SKILL.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/claude/skills/conventional-commit/SKILL.md b/.config/claude/skills/conventional-commit/SKILL.md
index d96c71f..604b6ed 100644
--- a/.config/claude/skills/conventional-commit/SKILL.md
+++ b/.config/claude/skills/conventional-commit/SKILL.md
@@ -12,6 +12,8 @@ allowed-tools: Bash(git add:*), Bash(git diff:*), Bash(git status:*), Bash(git c
## Instructions
+- Do NOT use `git -C` flag. Always run git commands from the current working directory.
+
1. Check the git status and changes.
2. Analyze the changes and draft a commit message following Conventional Commits format:
- Types: feat, fix, refactor, test, docs, chore, style, perf, ci, build