Generate conventional commit messages from staged changes using workflow specialist
Generates conventional commit messages from staged changes using AI analysis.
/plugin marketplace add kanopi/cms-cultivator/plugin install cms-cultivator@claude-toolboxSpawn the workflow-specialist agent using:
Task(cms-cultivator:workflow-specialist:workflow-specialist,
prompt="Generate a conventional commit message from the user's staged changes. Analyze git status and git diff, review recent commit style for consistency, and create a properly formatted commit message following Conventional Commits specification.")
The workflow specialist will:
git status, git diff)This command spawns the workflow-specialist agent, which uses the commit-message-generator Agent Skill to analyze staged changes and create properly formatted commit messages following the Conventional Commits specification.
For complete technical details about the commit-message-generator skill, see:
→ skills/commit-message-generator/SKILL.md
Use this command (/pr-commit-msg) when:
The skill auto-activates when you say:
feat(auth): add two-factor authentication support
- Implement TOTP-based 2FA
- Add backup codes generation
- Include recovery flow for lost devices
- Update user profile settings UI
/pr-create - Create PR with generated description/pr-review self - Review your changes before committingworkflow-specialist - Orchestrates commit message generation using the commit-message-generator skill.