Commit staged changes with optional context
Creates intelligent commits from staged changes using AI analysis. Use when you want well-structured commit messages that accurately describe your changes without manual writing.
/plugin marketplace add fcakyon/claude-codex-settings/plugin install slack-tools@claude-settingscontextUse the commit-creator agent to analyze and commit staged changes with intelligent organization and optimal commit strategy.
$ARGUMENTS
Task( description: "Analyze and commit staged changes", prompt: "Analyze the staged changes and create appropriate commits. Additional context: $ARGUMENTS", subagent_type: "github-dev:commit-creator" )