Skip to content
Development
Command

/quick-commit

간단한 수정용 빠른 커밋 (v6)

From plugin
claude-forge
83735 skills16 agents35 commands22 hooks
+1
Install
> /plugin marketplace add sangrokjung/claude-forge
> /plugin install claude-forge@claude-forge

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/quick-commit

Context preview

What this command does when you run it.

간단한 수정용 빠른 커밋 (v6)

Command definition

quick-commit.md
allowed-tools: Bash(git:*), Read, Grep
description: 간단한 수정용 빠른 커밋 (v6)
argument-hint: "[커밋 메시지]"

/quick-commit - 빠른 커밋 (v6)

---

0단계: 메시지 확인

커밋 메시지가 인자로 제공되었는지 확인한다. 메시지가 없으면 에러를 출력하고 종료한다.

사용법: /quick-commit "커밋 메시지"

---

1단계: 변경사항 확인

git status --short
git diff --stat

변경사항이 없으면 에러를 출력하고 종료한다.

변경 규모 체크:

  • 변경 파일 3개 초과 또는 20줄 초과 시 경고:
  변경이 큽니다. 전체 워크플로우 권장:
  /handoff-verify → /sync-docs → /commit-push-pr --merge

  그래도 빠른 커밋하려면 "계속"이라고 입력하세요.

---

2단계: 빠른 검증

`git diff`로 변경 내용을 확인한다:

  • 명백한 오류만 체크
  • 문제 있으면 안내 후 중단

---

3단계: 커밋 실행

git add -A
git commit -m "{메시지}"
git push

---

4단계: 출력

성공 시

════════════════════════════════════════════════════════════════
  Quick Commit v6
════════════════════════════════════════════════════════════════

  커밋: {short_hash}
  메시지: {메시지}
  변경: +{N} -{N} ({N} files)

════════════════════════════════════════════════════════════════

메시지 누락 시

════════════════════════════════════════════════════════════════
  Quick Commit v6
════════════════════════════════════════════════════════════════

  커밋 메시지가 필요합니다.

  사용법: /quick-commit "fix: 오타 수정"

════════════════════════════════════════════════════════════════

변경사항 없을 때

════════════════════════════════════════════════════════════════
  Quick Commit v6
════════════════════════════════════════════════════════════════

  커밋할 변경사항이 없습니다.
  git status: clean

════════════════════════════════════════════════════════════════
Read more
Ships withclaude-forge

oh-my-zsh for Claude Code — 16 agents, 35 commands, 32 skills, 21 safety hooks in one install. v4.0 adds an adversarial review loop: a second agent that never sees the first one's reasoning. MIT.

Get the whole plugin

Other commands on claude-forge.

agent-router
Command

agent-router

전문 에이전트 자동 라우팅. 법률, 재무, 특허, SEO, 마케팅, 기획, BM 설계(BMC/Lean/JTBD/Wardley/Blue Ocean/Lightning Sprint), 코드리뷰, 아키텍처, 견적, CRM, HR/인사, 노무(노동법/해고/산재/취업규칙), 리서치, 데이터…