← Back to Skills Marketplace
windows-git-ops
by
zhangchaoqing5
· GitHub ↗
· v1.0.0
· MIT-0
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install windows-git-ops
Description
Use this skill when performing Git operations in a Windows PowerShell workspace, especially for branch creation, staging, commit, merge, status inspection, a...
Usage Guidance
This skill is coherent and appears to do only what it says: generate and recommend PowerShell-safe Git commands and workflows. Before enabling or letting an agent run it, remember: (1) the agent will produce commands that could modify your repo—review commands before execution or run them in a safe/test repo; (2) it uses the 'codex/' branch prefix by policy—confirm you want that naming convention; and (3) because it is an instruction-only skill, there are no additional downloads or secret requests, but you should still limit an agent's repository access and prefer explicit, user-confirmed execution for any destructive operations (resets, discards, merges).
Capability Analysis
Type: OpenClaw Skill
Name: windows-git-ops
Version: 1.0.0
The skill bundle provides legitimate instructions and workflows for an AI agent to perform Git operations within a Windows PowerShell environment. It emphasizes safety and reliability by enforcing non-interactive commands, explicit file staging, and PowerShell-compatible syntax (avoiding bash-specific operators like '&&' or '||'). No malicious patterns, data exfiltration, or harmful prompt injections were identified in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description (Windows PowerShell Git operations) align with the SKILL.md content. The skill only describes git commands and PowerShell-safe patterns and does not declare or require unrelated binaries, credentials, or config paths.
Instruction Scope
SKILL.md limits actions to inspecting and performing Git operations, emphasizes non-interactive commands, and instructs verification before mutating state. It does not instruct reading unrelated files, accessing secrets, or contacting external endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded during install.
Credentials
No environment variables, credentials, or config paths are requested. The guidance about setting env vars uses normal PowerShell syntax and is conditional to commands that need them.
Persistence & Privilege
always is false and the skill does not request persistent privileges or to modify other skills or system-wide settings. Autonomous invocation is allowed by platform default but not excessive here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install windows-git-ops - After installation, invoke the skill by name or use
/windows-git-ops - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of windows-git-ops skill.
- Provides guidelines for safe and auditable Git operations specifically in Windows PowerShell.
- Enforces strict avoidance of bash-only shell syntax and promotes single-command invocations.
- Details workflows for inspecting state, branch creation (with codex/ prefix), committing, and merging.
- Outlines common pitfalls and PowerShell-safe command patterns to reduce user mistakes.
- Specifies expected outputs for clarity and auditability of Git actions.
Metadata
Frequently Asked Questions
What is windows-git-ops?
Use this skill when performing Git operations in a Windows PowerShell workspace, especially for branch creation, staging, commit, merge, status inspection, a... It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install windows-git-ops?
Run "/install windows-git-ops" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is windows-git-ops free?
Yes, windows-git-ops is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does windows-git-ops support?
windows-git-ops is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created windows-git-ops?
It is built and maintained by zhangchaoqing5 (@zhangchaoqing5); the current version is v1.0.0.
More Skills