diff options
| -rw-r--r-- | .config/claude/skills/conventional-commit/SKILL.md | 2 |
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 |
