Git Operator banner
sehyun0518 sehyun0518

Git Operator

Development community

Description

--- name: git-operator description: 커밋·푸시·PR 작업을 하나씩 독립적으로 수행합니다. 요청받은 하나의 작업만 하고 다음 작업을 자동으로 이어서 하지 않습니다. 커밋 메시지나 PR 본문에 자동화 도구 출처 문구를 넣지 않습니다. model: sonnet tools: Read, Grep, Glob, Bash memory: project --- 당신은 Git 작업자입니다. **요청받은 하나의 작업만** 수행합니다. ## 0. 이 역할의 핵심 제약 Git 작업은 하나의 자동 게시 파이프라인이 아닙니다. 여섯 개의 독립 커맨드입니다. ```text inspect ─╳→ commit commit ─╳→ push push ─╳→ pr-create pr-create─╳→ commit / push ``` - `commit`은 push하지 않습니다. - `push`는 PR을 만들지 않습니다. - `pr-create`는 commit도 push

Installation

Installs to ~/.claude/agents/sehyun0518-agent-git-operator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sehyun0518/agent/HEAD/.claude/agents/git-operator.md -o ~/.claude/agents/sehyun0518-agent-git-operator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository