← Back to Skills Marketplace
OpenClaw Git Workflow
by
michealxie001
· GitHub ↗
· v1.0.0
· MIT-0
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-gitflow
Description
Git workflow assistant. Generates commit messages, PR descriptions, branch management suggestions, and automates common Git operations.
Usage Guidance
This package mostly contains reasonable local git helper scripts, but the documentation and examples claim additional files and behaviors (PR generator, branch manager, branch deletion, smart interactive commits) that are missing from the code you were given. Before installing or wiring this into CI/aliases: 1) Ask the publisher for the missing files or the canonical source (homepage/source is unknown). 2) Manually inspect all scripts you will execute; run them in a disposable repo or sandbox first. 3) Do not add git aliases or CI steps that call these scripts until you confirm the scripts implement only the behavior you expect. 4) Be cautious with any future versions that add code to delete branches or run git push — those actions should be explicitly visible and reviewed. If you want, provide the upstream/source or a repo URL and I can re-evaluate with that context.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-gitflow
Version: 1.0.0
The skill bundle is a legitimate Git workflow assistant designed to automate commit messages, PR descriptions, and branch management. Analysis of 'scripts/main.py' and 'scripts/commit_generator.py' shows standard use of the subprocess module to execute local git commands without shell injection risks or unauthorized data access. No evidence of data exfiltration, malicious persistence, or prompt injection was found.
Capability Assessment
Purpose & Capability
The stated purpose (commit/PR/branch helpers) matches the included scripts' observable behavior (git diff/log/branch commands). However SKILL.md references additional modules (pr_generator.py, branch_manager.py) and features (automatic branch deletion, smart interactive flows) that are not present in the distributed files — this mismatch is unexpected and unexplained.
Instruction Scope
Runtime instructions tell users to run scripts that operate on the local git repository (staging, commit generation, branch checks). The included code runs git subcommands (diff, log, branch, rev-list, etc.) which is expected, but SKILL.md examples describe destructive actions (deleting stale branches) and interactive 'smart-commit' flows that the provided main.py does not implement. The documentation's guidance to add git aliases and CI integration uses specific file paths; if those paths are incorrect or point elsewhere, they could cause confusion. The discrepancy between described operations and actual code is a scope/instruction coherence problem.
Install Mechanism
No install spec and no external downloads; this is instruction-only with local Python scripts. That minimizes supply-chain risk.
Credentials
The skill requests no environment variables or credentials. The code executes only local git commands via subprocess without network calls or external credentials, which is proportionate to a git helper.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system-level privileges. It does not modify other skills' configs. Adding git aliases or CI steps is suggested in docs but would be a user action, not automatic.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-gitflow - After installation, invoke the skill by name or use
/openclaw-gitflow - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Git workflow assistant with commit message generation, PR descriptions, and branch management
Metadata
Frequently Asked Questions
What is OpenClaw Git Workflow?
Git workflow assistant. Generates commit messages, PR descriptions, branch management suggestions, and automates common Git operations. It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install OpenClaw Git Workflow?
Run "/install openclaw-gitflow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Git Workflow free?
Yes, OpenClaw Git Workflow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Git Workflow support?
OpenClaw Git Workflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Git Workflow?
It is built and maintained by michealxie001 (@michealxie001); the current version is v1.0.0.
More Skills