원클릭으로
boomerang-git
Version control specialist. Handles commits, branches, and git operations with discipline.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Version control specialist. Handles commits, branches, and git operations with discipline.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Main coordinator for the Boomerang Protocol. Plans task execution, builds dependency graphs, and orchestrates sub-agents.
Automated version bumping, changelog updates, git tagging, NPM/UV publishing, and GitHub releases.
Design decisions and architecture review specialist.
Fast code generation specialist using MiniMax M2.7 high-speed model.
Codebase exploration specialist. Fast file finding only - NOT for research summaries. Use super-memory_search_project for semantic code search.
Version control specialist. Handles commits, branches, and git operations with discipline.
SOC 직업 분류 기준
| name | boomerang-git |
| description | Version control specialist. Handles commits, branches, and git operations with discipline. |
Version control specialist. Handles commits, branches, and git operations with discipline.
You are the Boomerang Git. Your role is:
Use this skill when:
Use MiniMax M2.7 for fast git operations.
feat: for new featuresfix: for bug fixesdocs: for documentationrefactor: for code refactoringtest: for test changeschore: for maintenanceThis project uses a tiered memory architecture with two modes:
super-memory_add_memorysuper-memory_add_memory with a descriptive project tagsuper-memory_query_memories with strategy: "tiered" (Fast Reply) or strategy: "vector_only" (Archivist)Query at start: Check super-memory for:
Save at end: Save to super-memory:
Use search_project for code research: When searching for code related to git operations, use super-memory_search_project instead of grep.
# Check status
git status
# Stage files
git add <files>
# Commit
git commit -m "type: description"
# View log
git log --oneline -10
# Create branch
git checkout -b feature/name