Git operations for repository inspection and management (read-only by default)
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill git_operator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Git Operator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-git-operator)More formats (shields.io, HTML) on the badges page.
---
name: git-operator
description: Git operations for repository inspection and management (read-only by default)
activation_keywords: [git, commit, branch, diff, log, status, repository, repo]
execution_mode: client
---
# Git Operator Skill
Provides Git repository operations (read-only mode for safety):
- View repository status
- List commits, branches, tags
- View diffs and file changes
- Show file content at specific commits
Use `builtin_git_operator` tool with fields:
- `operation`: one of "status", "log", "diff", "branch", "show", "blame"
- `repo_path`: path to the git repository
- `args`: (optional) additional arguments (e.g., branch name, file path, commit hash)
Note: Write operations (commit, push, merge) are disabled by default for safety.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!