claude/skills/commit-change/SKILL.md
bastien 0241e1ddc8 refactor(skills): extract skill logic into standalone agent files
Skills now delegate to agent .md files instead of embedding logic
inline. Added new agents (bugfixer, code-cleaner, commit-changer,
doc-syncer, feater, hotfixer, seo-analyzer) and new skills
(code-clean, doc, seo). Replaced /readme with /doc (broader scope).

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-15 20:18:34 +02:00

813 B

name version description allowed-tools
commit-change 1.0.0 Analyze all changes since the last commit (staged, unstaged, untracked files) and create well-structured commits grouped by logical unit. Use this skill whenever the user says "commit my changes", "smart commit", "auto commit", "commit everything", "analyse et commit", or any variation of wanting to commit their pending work intelligently. Also trigger when the user has been working on multiple things and wants to create clean, atomic commits from their messy working directory. Works in any git repository.
Bash
Read
Grep
Glob
Agent
AskUserQuestion

Load and follow strictly:

  • $HOME/.claude/agents/commit-changer.md

Execute the COMMIT-CHANGER agent on the current working directory.

$ARGUMENTS