Back to list
vieitesss

commit-changes

by vieitesss

Configuración del Mac

7🍴 0📅 Jan 19, 2026

SKILL.md


What I do

  • Inspect the repo state with git status, git diff, and recent git 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

  1. Review unstaged and staged changes.
  2. Propose commit grouping by related files/intent.
  3. Stage each group and commit with a one-line Conventional Commit.
  4. Repeat until all relevant changes are committed.
  5. Show git status at 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