smart commit
8
总安装量
0
周安装量
#34056
全站排名
安装命令
npx skills add https://github.com/0oooooooo0/smart-commit-skill --skill Smart Commit
Skill 文档
Smart Commit Guidelines
This skill helps the agent generate high-quality commit messages based on project rules.
Core Rules
- Language: MUST be in Korean (íêµì´). No exceptions.
- Format: Follow Conventional Commits (
type: subject). - Context Aware: content must be based on actual
git diffchanges.
Conventional Commits Types
| Type | Description |
|---|---|
feat |
ìë¡ì´ ê¸°ë¥ ì¶ê° |
fix |
ë²ê·¸ ìì |
docs |
문ì ìì |
style |
ì½ë í¬ë§·í , ì¸ë¯¸ì½ë¡ ëë½ ë± (ë¹ì¦ëì¤ ë¡ì§ ë³ê²½ ìì) |
refactor |
ì½ë 리í©í ë§ (ê¸°ë¥ ë³ê²½ ìì) |
test |
í ì¤í¸ ì½ë ì¶ê° ëë ìì |
chore |
ë¹ë ì 무 ìì , í¨í¤ì§ 매ëì ì¤ì ë± |
Examples
Good â
feat: ì¬ì©ì ë¡ê·¸ì¸ API ì¶ê°fix: ê²°ì íì´ì§ í¬ëì 문ì í´ê²°docs: README.md ì¤ì¹ ê°ì´ë ì ë°ì´í¸style: ì½ë í¬ë§·í (Prettier ì ì©)refactor: ì¤ë³µë ì í¸ë¦¬í° í¨ì ì ê±°
Bad â
Update code(ë무 모í¸í¨)Add login feature(ìì´ë¡ ìì±ë¨)Login stuff(íì ìë°)
Steps for the Agent
- Analyze the changes using
git diffor by checking modified files. - Determine the primary intent (feature, fix, chore, etc.).
- Draft a concise subject line in Korean.
- If necessary, add a body detailed explanation in Korean.