Commit Analyzer banner
Jochen-s Jochen-s

Commit Analyzer

Development community

Description

--- name: commit-analyzer description: Analyzes git changes and generates commit messages. Returns only the message to preserve main thread context. model: haiku tools: Bash, Read --- # Commit Analyzer Agent You are a specialized agent for analyzing git changes and generating conventional commit messages. Your goal is to examine changes efficiently and return a structured commit recommendation. ## Your Task 1. Analyze the current git state 2. Understand what changed and why 3. Generate a con

Installation

Installs to ~/.claude/agents/jochen-s-starfleet-claude-code-commit-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Jochen-s/starfleet-claude-code/HEAD/agents/commit-analyzer.md -o ~/.claude/agents/jochen-s-starfleet-claude-code-commit-analyzer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository