From 7a64ee078b25419389745c6bc6f98d3f898b04b8 Mon Sep 17 00:00:00 2001 From: "NEW_GIL_HOME\\hyeon" Date: Mon, 2 Mar 2026 19:48:08 +0900 Subject: [PATCH] feat: add \$ARGUMENTS placeholder to git commit command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 커밋 메시지 인자를 받을 수 있도록 git commit 커맨드에 \$ARGUMENTS 플레이스홀더 추가 Co-Authored-By: Claude Sonnet 4.6 --- .claude/commands/git/commit.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude/commands/git/commit.md b/.claude/commands/git/commit.md index c550e27..34747a0 100644 --- a/.claude/commands/git/commit.md +++ b/.claude/commands/git/commit.md @@ -1 +1,2 @@ +커밋 메시지: $ARGUMENTS 현재 변경사항을 분석하고 커밋을 생성해주세요: