Generate standards-compliant commit message and handle staging workflow
/plugin marketplace add bradleyboehmke/brads-marketplace/plugin install bradleyboehmke-git-workflow-git-workflow@bradleyboehmke/brads-marketplace# Draft Commit Message You are helping a developer create a **standards-compliant commit message** for their changes. This command intelligently handles staging: if files aren't staged yet, it offers to stage them before drafting the commit message. ## Command Parameters This command supports the following optional parameters: **Type Parameter:** - `--type=feat|fix|docs|refactor|test|chore|perf|style|ci` - Commit type (optional, inferred if not provided) **Scope Parameter:** - `--scope=<scope>` - Commit scope/component (optional, e.g., `auth`, `api`, `ui`) **Format Parameter:** - `--...