Code Commit Workflow
SkillDev toolsGit commit using Arlo's notation
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Code Commit Workflow skill
What this skill tells your AI
The instructions your AI receives, as published by jonreid/mastermind in .claude/skills/commit/SKILL.md and read by ahel’s review.
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
- Read Arlo's Commit Notation before drafting commit message
- Use AskUserQuestionTool for user to approve message or ask for changes
- Commit
- Run
git statusto find any untracked new files that belong in this commit - After staging files, check
git statusagain to double-check - Run
git commit -m "<message>"
Signals
- GitHub stars
- 26
- Forks
- 2
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
commit-jonreid- Source
- github.com/jonreid/mastermind