Commit staged changes with a descriptive message
/plugin marketplace add femtomc/trivial/plugin install femtomc-trivial@femtomc/trivialdev/# Commit Command Commit current changes without the full `/work` workflow. ## Usage If no message provided, analyze changes and generate one. ## Pre-check Verify there are changes to commit: If **no changes**: Report "Nothing to commit" and stop. ## Steps 1. **Check staged changes**: 2. **If nothing staged**, stage all changes: 3. **Generate commit message** (if not provided): - Analyze `git diff --cached` - Determine type: `feat`, `fix`, `refactor`, `test`, `docs`, `chore` - Write concise description (1-2 sentences) 4. **Commit**: 5. **Report** the commi...