Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기git
스타154
포크2
업데이트2026년 5월 1일 19:45
Git version control operations
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Git version control operations
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Security assessment of a codebase — minimal mode for runner validation
Daily fetch from a fixed public allowlist; score against the user's interests file; cluster into themes; push the digest to the configured channel
Read-only retrieval over the daily-digest kept set. Slash-invoke with `/librarian <question>`; returns items verbatim with citations.
Math calculations and unit conversions
Parse and analyze CSV data
Analyze disk usage and find large files
SOC 직업 분류 기준
| name | git |
| description | Git version control operations |
| disable-model-invocation | true |
| metadata | {"wirken":{"requires":{"bins":["git"]}}} |
| permissions | {"tools":{"allow":["exec"]},"egress":{"mode":"deny"},"inference":{"allow":["*"]}} |
Perform git operations in the workspace.
git statusgit log --oneline -20git diffgit diff --cachedgit add <file> or git add -Agit commit -m "message"git branch -agit checkout <branch> or git switch <branch>git checkout -b <branch>git pullgit pushgit stash / git stash popgit blame <file>git log --grep="pattern"git log -p -S "text" -- <file>git status before committinggit diff --stat for a summary of changesgit log --oneline --graph for branch visualization