| name | commit |
| description | Standardized process for creating meaningful git commits using Arlo's notation |
Code Commit Workflow
STARTER_CHARACTER = 💾
Description
Standardized process for creating meaningful Git commits using Arlo's notation.
Steps
-
Summarize Changes
-
Update Discovery Tree
If project has discovery-tree.md:
- If changes are refactoring only and there is no refactoring step, skip to step 3 (draft commit message)
- Otherwise load discovery-tree skill
- Summarize using ASCII drawing
- Ask user what to change in discovery tree, if anything. Wait for response.
- Draft Commit Message
- Commit
- Run
git status to find any untracked new files that belong in this commit
- After staging files, check
git status again to double-check
- Run
git commit -m "<message>"