Git Workflow
| Skill | Description |
|---|---|
/ce-commit |
Local git commit(s) only: convention-aware, named-file staging, file-level splits (up to three). No push. |
/ce-commit-push-pr |
Working changes to an open PR. Three modes: full ship, rewrite an existing description, or description-only from a URL. |
/ce-babysit-pr |
Watch an open PR over time: incoming review via /ce-resolve-pr-feedback, CI via /ce-debug. Does not merge under target or stack-ready; stack-land can merge a confirmed managed stack. |
/ce-worktree |
Isolate work in a git worktree: detect existing isolation, prefer the host’s native tool, else plain git |