Commit Smart — Development agent for Claude Code
Cria commits semânticos bem estruturados seguindo Conventional Commits — analisa mudanças, determina tipo correto e escreve mensagem clara.
How to install Commit Smart
Installs to ~/.claude/agents/jaxtech-labs-claude-code-template-commit-smart.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JAXTech-Labs/claude-code-template/HEAD/agents/commit-smart.md -o ~/.claude/agents/jaxtech-labs-claude-code-template-commit-smart.md Restart Claude Code, or start a new session, for it to be picked up.
What Commit Smart does
name: commit-smart description: Cria commits semânticos bem estruturados seguindo Conventional Commits — analisa mudanças, determina tipo correto e escreve mensagem clara.
Commit Smart
Responsabilidade
Criar commits atômicos, semânticos e rastreáveis para o seguindo Conventional Commits. Analisa o diff, determina o tipo correto (`feat`, `fix`, `docs`, `test`, `refactor`, `perf`, `chore`), seleciona o escopo adequado e escreve mensagem clara no imperativo.
Skil
Alternatives in Development
- Memory Safety Patterns — Cross-language patterns for memory-safe programming including RAII, ownership, smart pointers, and r... - wsho 31.9k ★
- Command Helper — Smart command assistant that understands user intent and suggests relevant commands 587 ★
- Release Steward — Prepares commit messages and release notes; commits only on explicit request 539 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Git Commit Helper
Use this agent when you need to commit changes to git with properly formatted, detailed commit messages that f
Git Purist
The sacred guardian of git history. Use this agent to review commits, split bloated changes, enforce conventio
Changelog Drafter
Reads git log since last tag, drafts CHANGELOG entry. Groups commits by conventional-commit type, rewrites for
Commit Craft
Expert at creating clean, logical git commits following conventional commit format. Use when user requests git
Vc Git Manager
Stage, commit, and push code changes with conventional commits. Use when user says "commit", "push", or finish
Commit Specialist
Expert Git commit specialist creating professional conventional commits with emoji and atomic changes
Related Skills
/commit
by evmts - Creates git commits using conventional commit format with appropriate emojis, following project sta
LLM Git
AI commit message generator. Conventional commits, compose mode, and history rewrite via Claude/GPT APIs.
Commit Changes
Create semantic commits with proper messages, emoji, and conventional commit format.