一键导入
commit
Standardized process for creating meaningful git commits using Arlo's notation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Standardized process for creating meaningful git commits using Arlo's notation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Test-driven development (TDD) process used when writing code. Use whenever you are adding any new code, unless the programmmer explicitly asks to skip TDD or the code is exploratory/spike.
Visualizes tasks as a Discovery Tree using Mermaid diagrams. Use when planning or tracking multi-step work with parent and child task relationships.
Refactoring process. Invoke immediately when programmer or document mentions refactoring, or proactively when code gets too complex or messy.
Writes tests without mocks using Nullables. Use when writing tests, especially testing code with external I/O (HTTP, files, databases, clocks, random numbers), designing infrastructure wrappers or replacing mocking libraries.
Bash script style guide. Always use when writing bash scripts, shell scripts, or CLI bash tools.
基于 SOC 职业分类
| name | commit |
| description | Standardized process for creating meaningful git commits using Arlo's notation |
STARTER_CHARACTER = 💾
Standardized process for creating meaningful Git commits using Arlo's notation.
Summarize Changes
Update Discovery Tree
If project has discovery-tree.md:
git status to find any untracked new files that belong in this commitgit status again to double-checkgit commit -m "<message>"