← Back to list

commit-changes
by vieitesss
Configuración del Mac
⭐ 7🍴 0📅 Jan 19, 2026
SKILL.md
name: commit-changes description: Create conventional, one-line commits from current git changes, splitting related updates into separate commits. compatibility: opencode metadata: workflow: git
What I do
- Inspect the repo state with
git status,git diff, and recentgit log - Group related changes and create separate commits per group
- Ensure each commit message is unique, one line, and conventional
Commit rules
- Use Conventional Commits:
feat:,fix:,docs:,refactor:,test:,chore: - Scope is optional:
feat(scope):when helpful - One-line messages only (no body)
- Never mix unrelated changes in the same commit
- Skip secrets or sensitive files (e.g.,
.env)
How I work
- Review unstaged and staged changes.
- Propose commit grouping by related files/intent.
- Stage each group and commit with a one-line Conventional Commit.
- Repeat until all relevant changes are committed.
- Show
git statusat the end and summarize commits.
When to use me
Use this when you are ready to commit changes in your git repository and want to ensure a clean, organized commit history.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon