Commit and ship validated changes
/plugin marketplace add benshapyro/cadre-devkit-claude/plugin install benshapyro-cadre-devkit-claude@benshapyro/cadre-devkit-claudeoptional commit message# Ship Command Commit validated changes with proper formatting. ## Pre-Ship Checks **Verify validation passed:** - Has `/validate` been run? - Were there any failures? **Check git status:** !`git status` ## Gather Information **Staged changes:** !`git diff --staged --stat` **Recent commits for style:** !`git log --oneline -5` **Current branch:** !`git branch --show-current` ## Generate Commit ### Analyze Changes Based on the diff, determine: - **Type**: feat, fix, docs, style, refactor, test, chore - **Scope**: Component or module affected - **Subject**: What the commit does (imp...