git

Run Git operations on the Odoo modules repository via a wrapper.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/stanleykao72/goclaw-plugins --skill git-stanleykao72
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git
Source: https://github.com/stanleykao72/goclaw-plugins/tree/main/skills/git
Command: npx skills add https://github.com/stanleykao72/goclaw-plugins --skill git-stanleykao72

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables running Git commands on the Odoo modules repository through a controlled wrapper, ensuring consistent command usage and safer interactions.

Core Features & Use Cases

  • Unified Git access: Execute git commands against the Odoo modules repo via the provided wrapper to ensure consistency.
  • Repo switching: Easily switch between repos using the --repo flag within the wrapper.
  • Safety prompts: Warn and prompt before potentially dangerous actions like force pushes or hard resets.

Quick Start

Ask the AI to run a Git command on the Odoo modules repo using the wrapper.

Frequently Asked Questions about git

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Git commands safely on an Odoo modules repository?

Running Git commands safely on an Odoo modules repository requires a controlled wrapper that ensures consistent command usage and enforces safety prompts before destructive actions like force pushes or hard resets.

Can I switch between different repos using the Git wrapper?

Yes, you can switch between different repos using the Git wrapper by applying the --repo flag within your command execution to target the desired repository.

How does the wrapper handle potentially destructive Git actions like hard resets?

The wrapper handles destructive Git actions by enforcing safety prompts that warn you and require confirmation before executing commands like hard resets or force pushes.

What Git operations are supported by the Odoo modules repo wrapper?

Supported Git operations include standard repository tasks such as checking status, pulling updates, viewing logs, and managing branches across the Odoo modules repository and its plugins.

Do I need the full wrapper path to execute Git commands on the Odoo repo?

Yes, you need the full wrapper path to execute Git commands on the Odoo repo. The wrapper uses this full path to ensure consistent and safe interactions during command execution.