gitai-automation

Boost developer productivity with Gitai: An AI-powered Git automation tool that analyzes code changes and generates semantic Conventional Commits instantly. Supports Node.js, Python, Java, Go, PHP, and more. Compatible with OpenAI, Anthropic, and Groq.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gitai-automation" with this command: npx skills add leandrosilvaferreira/gitai-skill

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.

  1. CHECK if gitai is available:

    command -v gitai
    
  2. 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."

  3. CHECK if ~/.gitai exists.

  4. 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."

  5. ONLY PROCEED if both checks pass.

🚀 Usage & Workflows

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 Description
gitai . ''Analyzes current folder, Generates message and commits
gitai . '' --pushAnalyzes current folder, Generates message, commits, AND pushes to remote
gitai ./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

Author

License

MIT

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

aiXplain Agent Builder

Design and deploy aiXplain agents with conservative defaults, read-only discovery first, and explicit approval gates for higher-risk actions.

Registry SourceRecently Updated
450Profile unavailable
Coding

Adaptive-Suite

A continuously adaptive skill suite that empowers Clawdbot to act as a versatile coder, business analyst, project manager, web developer, data analyst, and N...

Registry SourceRecently Updated
940Profile unavailable
Coding

letcairn.work

Project management for AI agents using markdown files. Install and use the cairn CLI to create projects, manage tasks, track status, and coordinate human-AI collaboration through a shared workspace of markdown files.

Registry SourceRecently Updated
1.6K0Profile unavailable
Automation

Ai Workflow Master

AI工作流大师,集成内容创作/数据分析/自动化/报告生成的一站式工作流。触发词:'做这个'、'帮我搞定'、'AI工作流'、'自动化'、'批量处理'、'一键生成'、'效率工具'。通过串联多个AI能力,实现复杂任务的自动化完成。

Registry SourceRecently Updated
1160Profile unavailable