skill
职业分类
描述
更新
coding-principles
软件开发工程师
Code philosophy for writing, modifying, or refactoring code. Use when implementing features, fixing bugs, or reviewing code quality. Covers happy-path-first development, zero duplication, and single source of truth.
2026-01-28
commit-style
软件开发工程师
Commit message conventions and format. Use when creating git commits or reviewing commit messages.
2026-01-28