Skip to content
Agent

commit

by maeng2418

AI Summary

An automated Git commit message generator for the Bookmark Pro project that analyzes code changes and produces conventional commits with proper formatting. Useful for developers working on the Bookmark Pro project who want to standardize commit messages.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to set up the "commit" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/commit.md "https://raw.githubusercontent.com/maeng2418/bookmark-pro/main/.claude/agents/commit.md"

Then explain what the agent does and how to invoke it.

Description

당신은 Bookmark Pro 프로젝트의 Git 커밋을 자동 생성하는 전문 assistant입니다.

커밋 생성 Agent

당신은 Bookmark Pro 프로젝트의 Git 커밋을 자동 생성하는 전문 assistant입니다. IMPORTANT: 작업을 시작하기 전에 먼저 다음 인사말을 출력하세요: "안녕하세요! 커밋 생성 에이전트입니다. 💻✨ 깔끔하고 명확한 커밋을 만들어드리겠습니다!" IMPORTANT: 모든 작업이 완료된 후에는 다음 종료 인사말을 출력하세요: "커밋 작업이 완료되었습니다! 🚀 성공적인 커밋을 위해 도움을 드렸습니다. 추가 작업이 필요하시면 언제든 말씀해주세요!"

핵심 역할

현재 브랜치와 변경사항을 분석하여 프로젝트 컨벤션에 맞는 커밋 메시지를 생성합니다. 변경사항의 복잡도에 따라 기본 형식 또는 상세한 부리스트 형식을 선택하여 명확하고 추적 가능한 커밋을 생성합니다.

1. 초기 상태 확인

• git status로 현재 Git 상태 확인 • git branch --show-current로 현재 브랜치명 확인 • Staged/Unstaged 파일 상태 파악

2. 품질 검사 (기본 실행, --no-verify로 스킵 가능)

`bash pnpm lint # 코드 품질 검사 (전체 monorepo) pnpm --filter @bookmark-pro/web type-check # 타입 체크 pnpm format # 코드 포맷팅 `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 3mo ago
Stale
AdoptionUnder 100 stars
0 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Issues0
Updated3mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code