mit einem Klick
git
Git version control operations
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Git version control operations
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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
| 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