From 573da3ea47dcbe708470b88b506594c1d80ec78f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 17 Feb 2026 20:45:52 +0900 Subject: claude: update /conventional-commit --- .config/claude/skills/conventional-commit/SKILL.md | 1 + 1 file changed, 1 insertion(+) (limited to '.config/claude/skills') diff --git a/.config/claude/skills/conventional-commit/SKILL.md b/.config/claude/skills/conventional-commit/SKILL.md index 578a916..d96c71f 100644 --- a/.config/claude/skills/conventional-commit/SKILL.md +++ b/.config/claude/skills/conventional-commit/SKILL.md @@ -15,6 +15,7 @@ allowed-tools: Bash(git add:*), Bash(git diff:*), Bash(git status:*), Bash(git c 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 + - **refactor**: Only for internal code improvements that do NOT change externally observable behavior. If the change alters config, adds functionality, fixes a bug, or changes any visible output, it is NOT a refactor. When in doubt, prefer feat, fix, chore, or another more accurate type. - Format: `(): ` - Keep the first line under 72 characters - Add a blank line and body if more context is needed -- cgit v1.3-1-g0d28