← Back to Skills Marketplace
niracler

Git Workflow

by Niracler · GitHub ↗ · v0.3.0 · MIT-0
cross-platform ✓ Security Clean
436
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install nini-git-workflow
Description
Use this skill for any git commit, pull request, or release task. Invoke immediately when the user wants to: stage and commit changes, write a commit message...
Usage Guidance
This skill appears to be what it says: a Git/PR/release workflow helper with a small local validator script. Before using: 1) Be aware the skill's default is to push commits immediately without asking — if you need confirmation, change the workflow or ask the agent to confirm before pushing. 2) For PRs/releases you must authenticate gh (gh auth login) — the skill does not request extra credentials. 3) Review commits locally before invoking the skill in sensitive repositories (secrets or private branches) because it can perform remote pushes and create releases. Otherwise the files and instructions are proportionate and contain no hidden endpoints or unexpected installs.
Capability Analysis
Type: OpenClaw Skill Name: nini-git-workflow Version: 0.3.0 The skill provides a standard git workflow automation for commits, pull requests, and releases. It includes a Python script (scripts/validate_commit.py) to enforce conventional commit formats and stylistic guidelines, such as removing AI-generated signatures. While it instructs the agent to push changes immediately after committing, this behavior is aligned with its stated purpose of streamlining development workflows and lacks any indicators of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description match the requested binaries and included validator script. Requiring git (and optionally gh) is appropriate for commits, PRs, and releases. No unrelated tools or credentials are requested.
Instruction Scope
Instructions stay within git/gh operations and use a local validator script. One noteworthy policy: the skill's default behavior is to 'always push immediately' after committing and 'Do not ask.' That is coherent with the stated workflow but may be surprising or risky for users who expect confirmation before network pushes—it gives the agent permission to perform remote writes without an extra confirmation step.
Install Mechanism
No install spec; instruction-only with a small included Python validator. Nothing is downloaded or written to disk by an installer step.
Credentials
No environment variables or credentials declared. The optional use of gh is noted and would require gh auth login, which is reasonable for PR/release actions. No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill does not request persistent/platform-wide privileges. It does allow autonomous invocation (platform default), which combined with the 'auto-push' behavior is the primary operational risk to be aware of.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nini-git-workflow
  3. After installation, invoke the skill by name or use /nini-git-workflow
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.3.0
Release v0.3.0 — see https://github.com/niracler/skill/releases/tag/v0.3.0
v0.2.1
Release v0.2.1 — see https://github.com/niracler/skill/releases/tag/v0.2.1
v0.2.0
Release v0.2.0 — see https://github.com/niracler/skill/releases/tag/v0.2.0
v0.1.2
Release v0.1.2 — see https://github.com/niracler/skill/releases/tag/v0.1.2
v0.1.1
Release v0.1.1 — see https://github.com/niracler/skill/releases/tag/v0.1.1
v0.1.0
Initial release: Conventional Commits, PR templates, release workflow with commit message validator
Metadata
Slug nini-git-workflow
Version 0.3.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 6
Frequently Asked Questions

What is Git Workflow?

Use this skill for any git commit, pull request, or release task. Invoke immediately when the user wants to: stage and commit changes, write a commit message... It is an AI Agent Skill for Claude Code / OpenClaw, with 436 downloads so far.

How do I install Git Workflow?

Run "/install nini-git-workflow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Git Workflow free?

Yes, Git Workflow is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Git Workflow support?

Git Workflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Git Workflow?

It is built and maintained by Niracler (@niracler); the current version is v0.3.0.

💬 Comments