Create a conventional commit with auto-generated message
Automatically generate and create a conventional commit message by analyzing your staged changes. Use this when you want AI-assisted commit messages that follow the conventional commits format.
/plugin marketplace add CloudAI-X/claude-workflow/plugin install project-starter@claude-workflowoptional scope or message hintgit branch --show-currentgit status --shortgit diff --cached --statgit diff --cachedgit log --oneline -5Based on the staged changes above, create a single git commit:
type(scope): description$ARGUMENTS