# Send Gitai - Git Commit Automation to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gitai-skill",
    "name": "Gitai - Git Commit Automation",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/leandrosilvaferreira/gitai-skill",
    "canonicalUrl": "https://clawhub.ai/leandrosilvaferreira/gitai-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/gitai-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gitai-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "_meta.json",
      "README.md",
      "SKILL.md",
      "skill.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "gitai-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T18:06:36.081Z",
      "expiresAt": "2026-05-10T18:06:36.081Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gitai-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gitai-skill",
        "contentDisposition": "attachment; filename=\"gitai-skill-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "gitai-skill"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gitai-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gitai-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/gitai-skill",
    "agentUrl": "https://openagent3.xyz/skills/gitai-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gitai-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gitai-skill/agent.md"
  }
}
```
## Documentation

### Gitai Automation - AI-Powered Git Workflow

Transform your development workflow with intelligent, automated commit management.

Gitai analyzes your code changes to generate precise, descriptive commit messages following the Conventional Commits standard. It eliminates the friction of writing commit messages, ensuring a clean, semantic, and professional git history automatically.

Key capabilities:

Universal Language Support: Analyzes Node.js, Python, Java, Go, PHP, and more.
Multi-LLM Support: Choose your preferred AI brain—OpenAI (GPT), Anthropic (Claude), or Groq.
Workflow Automation: Stages, commits, and pushes changes in a single command.
Standardized History: Enforces consistency across your project's version history.

### 📦 Prerequisites (MANDATORY)

This skill requires the @notyped/gitai CLI tool to be installed and configured on the system BEFORE the agent can operate.

The AGENT MUST NOT attempt to install this package or configure it.

CHECK if gitai is available:
command -v gitai



IF MISSING, STOP immediately and inform the user:

"The gitai CLI tool is not installed. Please install it globally (e.g., npm install -g @notyped/gitai) and configure it before using this skill."



CHECK if ~/.gitai exists.


IF MISSING, STOP immediately and inform the user:

"The gitai tool is installed but not configured. Please run gitai in your terminal to complete the setup."



ONLY PROCEED if both checks pass.

### Command Structure

Based on gitai --help:

gitai [options] [projectPath] [baseMessage]

Arguments:

projectPath: The path to the project (default: ".").
baseMessage: The base commit message (Optional).

Options:

-p, --push: Whether to push after committing (default: false).
-V, --version: Output the version number.
-h, --help: Display help for command.

### Standard Workflows

CommandAction Descriptiongitai . ''Analyzes current folder, Generates message and commitsgitai . '' --pushAnalyzes current folder, Generates message, commits, AND pushes to remotegitai ./frontend 'ui update'Analyzes only the ./frontend directory, Generates message and commits

### Verification

Check which version of Gitai is currently active:

gitai --version

### ⚠️ Troubleshooting

Interactive Wizard Hangs: If gitai hangs waiting for input, it means ~/.gitai is missing or invalid. create the file manually as described in Step 2.
Node Version Error: Ensure Node.js 18+ is active (node -v).
API Errors: Check the API_KEY in ~/.gitai.

### Links

GitHub: https://github.com/leandrosilvaferreira/gitai-skill
Issues: https://github.com/leandrosilvaferreira/gitai-skill/issues

### Author

Leandro Zuck
GitHub: https://github.com/leandrosilvaferreira
Email: leandrosilvaferreira@gmail.com

### License

MIT
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: leandrosilvaferreira
- Version: 1.0.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T18:06:36.081Z
- Expires at: 2026-05-10T18:06:36.081Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/gitai-skill)
- [Send to Agent page](https://openagent3.xyz/skills/gitai-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/gitai-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/gitai-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/gitai-skill)