Git Assistant

AI-powered git commit messages, changelogs, release notes, PR descriptions, and commit review. Analyzes staged changes and git history to generate professional, Conventional Commits-compliant output. Powered by evolink.ai

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 "Git Assistant" with this command: npx skills add ai-git-assistant

Git Assistant

AI-powered git workflow assistant. Generate commit messages from staged changes, review commit quality, create changelogs from git history, generate release notes between tags, and write PR descriptions from branch diffs.

Powered by Evolink.ai

When to Use

  • User has staged changes and wants a commit message
  • User asks to review or improve a commit message
  • User needs a changelog from recent commits
  • User wants release notes between two tags
  • User needs a PR description for the current branch
  • User asks about Conventional Commits format

Quick Start

1. Set your EvoLink API key

export EVOLINK_API_KEY="your-key-here"

Get a free key: evolink.ai/signup

2. Generate a commit message

git add .
bash scripts/git-assist.sh commit

3. Generate a changelog

bash scripts/git-assist.sh changelog --from v1.0.0

Capabilities

Local Commands (no API key needed)

CommandDescription
conventionsConventional Commits quick reference

AI Commands (require EVOLINK_API_KEY)

CommandDescription
commitAI generate commit message from staged changes
review <message>AI review commit message for quality and conventions
changelog [--from <tag>]AI generate changelog from git log
release [--from <tag>] [--to <tag>]AI generate release notes between tags
prAI generate PR description from branch diff

Examples

Generate commit message from staged changes

git add src/auth.ts src/middleware.ts
bash scripts/git-assist.sh commit

Output:

feat(auth): add JWT refresh token rotation

- Implement automatic token rotation on refresh
- Add refresh token family tracking to detect reuse
- Update middleware to handle expired access tokens gracefully

BREAKING CHANGE: refresh endpoint now returns both access and refresh tokens

Review a commit message

bash scripts/git-assist.sh review "fixed stuff"

Output:

Commit Review: 3/10

Issues:
  [FAIL] No type prefix (should be fix:, feat:, etc.)
  [FAIL] Vague description — what was fixed?
  [WARN] All lowercase is fine, but be consistent
  [FAIL] No scope — which module was affected?

Suggested rewrite:
  fix(auth): resolve token expiration race condition

Generate changelog

bash scripts/git-assist.sh changelog --from v1.2.0

Generate release notes

bash scripts/git-assist.sh release --from v1.0.0 --to v2.0.0

Generate PR description

bash scripts/git-assist.sh pr

Configuration

VariableDefaultRequiredDescription
EVOLINK_API_KEYYes (AI commands)Your EvoLink API key. Get one free
EVOLINK_MODELclaude-opus-4-6NoModel for AI analysis

Required binaries: python3, curl, git

Security

Data Transmission

AI commands send git diff output or commit history to api.evolink.ai for analysis by Claude. By setting EVOLINK_API_KEY and using these commands, you consent to this transmission. Data is not stored after the response is returned. The conventions command runs entirely locally.

Network Access

  • api.evolink.ai — AI analysis (AI commands only)

Persistence & Privilege

No files are written. No credentials stored. Temporary files for API payloads are cleaned up automatically. This skill never runs git commit, git push, or any destructive git operations — it only reads.

Links

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.

General

Subtitle To Video

add subtitle files, video into captioned videos with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. YouTubers, content creators use it for add...

Registry SourceRecently Updated
General

Api Changelog Generator

Generate and maintain API changelogs from OpenAPI/Swagger specs — track endpoints added, removed, deprecated, or modified between versions. Detect breaking c...

Registry SourceRecently Updated
General

Free Music

Skip the learning curve of professional editing software. Describe what you want — add upbeat background music to my video for free — and get music-backed vi...

Registry SourceRecently Updated
General

Indie Maker News

独行者 Daily - 变现雷达。读对一条新闻,少走一年弯路。每天5分钟,给创业者装上商业雷达。聚焦一人公司、副业、创业变现资讯,智能分类,行动导向。用户下载即能用,无需本地部署!

Registry SourceRecently Updated