LeeHueeng

Aigate AI Git Workflow Guard CLI — AI skill for Claude Code

AI community

Pre-push Git safety CLI for AI-assisted coding: catch risky changes, possible secrets, weak PR readiness, and branch strategy issues before review.

How to install Aigate AI Git Workflow Guard CLI

This entry records only its repository, not the path inside it, so there is no exact command to give. Open LeeHueeng/aigate-ai-git-workflow-guard-cli and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Aigate AI Git Workflow Guard CLI does

Pre-push Git safety CLI for AI-assisted coding: catch risky changes, possible secrets, weak PR readiness, and branch strategy issues before review.

Alternatives in AI

  • Startup Canvas — Generate Startup Canvas combining Product Strategy and Business Model 7.8k ★
  • AI Readiness — AI 就绪度评估 — 单票 AI 暴露/卡位评级 + 三道 gate + Top 杠杆点 6.6k ★
  • Ccstatusline — by sirmalloc - A highly customizable status line formatter for Claude Code CLI that displays model info, git b 5.5k ★

README

AIGate

Stop risky AI-generated Git changes before push.

[![CI](https://github.com/LeeHueeng/aigate-ai-git-workflow-guard-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/LeeHueeng/aigate-ai-git-workflow-guard-cli/actions/workflows/ci.yml) [![OpenSSF Scorecard](https://github.com/LeeHueeng/aigate-ai-git-workflow-guard-cli/actions/workflows/scorecard.yml/badge.svg)](https://github.com/LeeHueeng/aigate-ai-git-workflow-guard-cli/actions/workflows/scorecard.yml) [![npm version](https://img.shields.io/npm/v/aigate-cli.svg)](https://www.npmjs.com/package/aigate-cli) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

Languages

AIGate is a zero-config pre-push safety CLI for AI-assisted coding. It checks changed files, possible secrets, repository readiness, PR risk, and branch strategy before changes reach your remote branch or pull request review.

![AIGate terminal demo](assets/aigate-terminal-demo.svg)

![AIGate demo](assets/demo.gif)

Use AIGate When

  • Your AI coding assistant changed files faster than you can review them.
  • You want one command that explains readiness before git push.
  • You maintain an open source package and need PR, release, and repository health signals.
  • You want Markdown, HTML, JSON, and SARIF outputs that work locally and in CI.
  • You want Codex, Gemini, and Claude Code to follow the same branch and validation workflow as humans.

60-Second Quickstart

Run it without installing:

npx -y aigate-cli check
npx -y aigate-cli start --route default --dry-run
npx -y aigate-cli start --route quickstart --dry-run
npx -y aigate-cli doctor
npx -y aigate-cli test
npx -y aigate-