$npx -y skills add tobihagemann/turbo --skill commit-stagedCommit already-staged changes with a message matching existing commit style. Use when the user asks to \"commit staged changes\" or \"commit what's staged\".
| 1 | # Commit Staged Changes |
| 2 | |
| 3 | ## Step 1: Run `/commit-rules` Skill |
| 4 | |
| 5 | Run `/commit-rules` to load commit message rules and technical constraints. |
| 6 | |
| 7 | ## Step 2: Commit |
| 8 | |
| 9 | - Changes are already staged and ready to commit |
| 10 | - Do not stage any files |